laconicd/docs/basics
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
..
img change photon to aphoton (#476) 2020-08-31 12:40:53 -04:00
accounts.md types: update account pubkey JSON to string (#494) 2020-09-07 10:04:50 -03:00
gas.md change photon to aphoton (#476) 2020-08-31 12:40:53 -04:00
photon.md change photon to aphoton (#476) 2020-08-31 12:40:53 -04:00
README.md change photon to aphoton (#476) 2020-08-31 12:40:53 -04:00
transactions.md docs: fixes and websockets guide (#361) 2020-07-06 12:56:02 -04: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

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