Imitation of the Ethereum browser backend, related API use cases are in the HTTPClient directory.
This project implements the query of nonce, balance, block, transaction, as well as the paging query of all transactions under a single block. The send_sign
and send_raw
interfaces are used to broadcast signed transactions. For specific use cases, you can view the http file under HTTPClient. Goland can run it directly. VSCode can run the use case after installing the plug-in.