forked from cerc-io/laconicd-deprecated
3f1eeb30b6
* Refactor traceTx * add getTendermintBlock on backend * keeper concurrency * first version * json rpc concurrency * rever makefile change * remove grpc traceblock * create internal traceBlock function * added types to evm module * tendermintBlockByNumber rename * added safe message check * remove unnecesary line * check error * fix lint * fix linter * Update ethereum/rpc/namespaces/debug/api.go Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * Update ethereum/rpc/namespaces/debug/api.go Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * Update ethereum/rpc/backend/backend.go Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * improve traceBlock performance * fix linter * add extra line on function parameters * changed index to uint 64 * fix lint * proto gen * update endpoints documentation * update changelog * Apply suggestions from code review * Update ethereum/rpc/namespaces/eth/filters/filters.go Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> |
||
---|---|---|
.. | ||
.vuepress | ||
api | ||
architecture | ||
basics | ||
core | ||
guides | ||
intro | ||
quickstart | ||
testnet | ||
DOCS_README.md | ||
ethermint.jpg | ||
package-lock.json | ||
package.json | ||
post.sh | ||
pre.sh | ||
protodoc-markdown.tmpl | ||
README.md | ||
versions | ||
yarn.lock |
Ethermint Documentation
Get Started
- Introduction: High-level overview of Ethermint.
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
, andevents
. - Building Modules: Important concepts for module developers like
message
s,keeper
s,handler
s andquerier
s. - Interfaces: Documentation on building interfaces for Ethermint applications.
Other Resources
- Module Directory: Module implementations and their respective documentation.
- Ethermint API Reference: Godocs of Ethermint.
- REST API spec: List of REST endpoints to interact with an full-node through REST.
Contribute
See this file for details of the build process and considerations when making changes.