laconicd/docs
crypto-facs b4d3659547
feat: add txpool namespace RPC methods (#146)
* rpc: add txpool namespace and txpool_content endpoint

* fix PublicTxPoolAPI naming typo

* Update ethereum/rpc/txpool_api.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* Update ethereum/rpc/txpool_api.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* rpc: add txpool_inspect method

* rpc: add txpool_status method

* docs: Update Changelog with TxPool methods

* docs: Add txpool namespace methods documentation

* fix: removed txpool functions from backend.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2021-06-21 10:06:30 -04:00
..
.vuepress build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
architecture docs: update ADR-001 (#122) 2021-06-14 15:13:31 -04:00
basics feat: add txpool namespace RPC methods (#146) 2021-06-21 10:06:30 -04:00
core evm: remove CommitStateDB, journal and stateObject (#84) 2021-06-08 13:10:29 -04:00
guides build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
intro build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
quickstart build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
DOCS_README.md docs: remove npm (#500) 2020-09-22 05:09:11 -03:00
package-lock.json build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
package.json build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
post.sh docs: vuepress setup and section titles (#311) 2020-07-02 04:22:45 -04:00
pre.sh build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
protodoc-markdown.tmpl conflicts 2021-04-17 12:00:07 +02:00
README.md ChainSafe/ethermint -> cosmos/ethermint renaming (#569) 2020-10-09 17:52:32 +02:00
versions build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
yarn.lock build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00

Ethermint Documentation

Get Started

Reference

  • Basics: Documentation on the basic concepts of Ethermint, like the standard anatomy of an application, the transaction lifecycle and accounts management.
  • Core: Documentation on the core concepts of Ethermint, like encoding, and events.
  • Building Modules: Important concepts for module developers like messages, keepers, handlers and queriers.
  • Interfaces: Documentation on building interfaces for Ethermint applications.

Other Resources

Contribute

See this file for details of the build process and considerations when making changes.