d1212725f8
* fix confusing name * feat: Enable configurable grpc apis * docs: Update docs and changelog * Organized flags order * fix linter * fix linter * fix maligned struct * fix typo in docs * fix unnecesary duplicate * Update cmd/ethermintd/config/config.go Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * Update cmd/ethermintd/config/config.go Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * Update cmd/ethermintd/config/config.go Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * Update docs/basics/json_rpc.md Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * fix eth to be manage as default * Update init.sh Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * Update tests/solidity/init-test-node.sh Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * add default case * add default enable api namespaces * update changelog * fix namespaces array handler * remove duplicated changelog * fix typo * remove duplicates namespaces and fix eth namespace issue * fix variable name * break line in docs Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> |
||
---|---|---|
.. | ||
.vuepress | ||
architecture | ||
basics | ||
core | ||
guides | ||
intro | ||
quickstart | ||
DOCS_README.md | ||
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.