laconicd/docs
Federico Kunze d3529dd959
types: update account pubkey JSON to string (#494)
* types: update account pubkey JSON to string

* changelog

* Update app/ethermint.go

* tests

* update

* fix secp256k1 public key formatting (#501)

* use Compress and Decompress pubkey for secp256k1 keys

* cleanup

* update estimate gas test

* comments

Co-authored-by: noot <36753753+noot@users.noreply.github.com>
2020-09-07 10:04:50 -03:00
..
.vuepress fix docsearch (#479) 2020-08-28 09:17:35 -04:00
basics types: update account pubkey JSON to string (#494) 2020-09-07 10:04:50 -03:00
core docs: truffle guide (#394) 2020-07-20 03:25:29 -04:00
guides change photon to aphoton (#476) 2020-08-31 12:40:53 -04:00
intro Minor grammar fixes (#469) 2020-08-25 04:16:45 -04:00
quickstart change photon to aphoton (#476) 2020-08-31 12:40:53 -04:00
DOCS_README.md docs: truffle guide (#394) 2020-07-20 03:25:29 -04:00
package-lock.json docs: cloud testnet guide (#467) 2020-08-26 06:11:53 -04:00
package.json docs: cloud testnet guide (#467) 2020-08-26 06:11:53 -04:00
post.sh docs: vuepress setup and section titles (#311) 2020-07-02 04:22:45 -04:00
pre.sh docs: vuepress setup and section titles (#311) 2020-07-02 04:22:45 -04:00
README.md docs: Docs theme bump, Algolia DocSearch (#470) 2020-08-25 04:13:41 -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.