laconicd/docs/basics
Calvin Lau 8bfb6b0a67
rpc: implement net_listening and net_peerCount JSON-RPC endpoints (#252)
* Add net_listening net_peerCount endpoint

* Add test cases

* Use RPC client from context

* Fix lint issue

* Revert unnecessary changes

* Update JSON RPC documentation
2021-07-12 08:26:33 -04:00
..
img change photon to aphoton (#476) 2020-08-31 12:40:53 -04:00
accounts.md chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
gas.md docs: updates (#590) 2020-11-12 20:42:24 +01:00
hard_spoon.md docs: updates (#590) 2020-11-12 20:42:24 +01:00
json_rpc.md rpc: implement net_listening and net_peerCount JSON-RPC endpoints (#252) 2021-07-12 08:26:33 -04:00
photon.md docs: JSON-RPC methods (#520) 2020-09-23 10:35:53 -03:00
README.md docs: updates (#590) 2020-11-12 20:42:24 +01:00
transactions.md docs: updates (#590) 2020-11-12 20:42:24 +01:00

Basics

This repository contains reference documentation on the basic concepts of Ethermint.

  1. Accounts
  2. Gas and Fees
  3. Lifecycle of a transaction
  4. Photon
  5. JSON-RPC Server
  6. Hard Spoon

After reading the basics, head on to the Core Reference for more advanced material.