hs-web3/docs/index.rst
2021-01-15 09:01:30 +03:00

24 lines
627 B
ReStructuredText

Haskell Web3 Documentation
==========================
**hs-web3** is a Haskell library for interacting with Ethereum. It implements `Generic JSON-RPC <https://github.com/ethereum/wiki/wiki/JSON-RPC>`_ client for most popular Ethereum nodes: `parity-ethereum <https://www.parity.io/ethereum/>`_ and `go-ethereum <https://geth.ethereum.org/install/>`_.
.. toctree::
:caption: User documentation
getting_started
ethereum_node_api
polkadot_node_api
polkadot_storage
ethereum_accounts
smart_contracts
ipfs_client_api
ens
.. toctree::
:caption: Developer documentation
contributing
testing