Ethereum API
Geth's debug and txpool APIs and OpenEthereum's trace module provide non-standard RPC methods for getting a deeper insight into transaction processing. As part of Jaz's goal of providing a seamless Ethereum experience for developers, there is support for some of these non-standard RPC methods. Supporting these RPC methods is an important milestone because many projects, such as The Graph or Blockscout, rely on them to index blockchain data.
This guide will cover the supported RPC methods available on Jaz as well as how to invoke the methods using curl commands against a local Jaz Alpha tracing node.
Last updated