Ethereum Dapp Go API, inspired by
web3.js.
Report Bug
·
Pull Request
This is the Ethereum Golang API which connects to the Generic JSON-RPC spec.
You need to run a local or remote Ethereum node to use this library.
- web3_clientVersion
- net_peerCount
- net_listening
- ...
- web3.js Ethereum JavaScript API.
- Web3j Web3 Java Ethereum Ðapp API.
- Web3.py A Python library for interacting with Ethereum.
- JSON RPC Defining the JSON RPC specification.
- Go Ethereum Official Golang implementation of the Ethereum protocol.
- Ethereum 1.0 API Ethereum JSON-RPC Specification.