laconicd/docs
Sai Kumar 5a6e2ec46f
Integrate graphql server (#5)
* WIP: migrating the nameservice module

* WIP: migrating the nameservice module from dxns to ethermint

* refactor: move the proto package version from `v1` to `v1beta1` for vulcanize modules

* refactor: added bond module dependency to nameserivce module

* feat: added graphql for bond module

* feat: added auction module dependency to nameservice module

* refactor: refactored the nameservice module

* refactor: add human-readable attributes output to cli nameservice `list`

* WIP: add grpc query test cases

* fix: fix the sub names authority storing issue

* WIP: add the test cases

* refactor: removed legacyCodec from nameservice

* fix: fix the responses for `authority-expiry` and `records-expiry` commands query result

* refactor: sort the imports in app

* WIP:  add test cases for cli query, tx for nameservice module

* feat: add test cases for grpc of nameservice module

1. renamed grpc gateway routes from ethermint to vulcanize

* refactor: refactored the test cases for grpc lookup of nameservice

* refactor: refactored the test cases for bond module

* feat: add node status for gql

* feat: add get actions by ids in gql

* feat: add lookup authorities,resolve name, lookup name queries to gql

* updated readme file
2021-10-14 11:00:39 +05:30
..
.vuepress docs: update discord link (#534) 2021-09-07 07:54:53 +00:00
api Integrate graphql server (#5) 2021-10-14 11:00:39 +05:30
architecture all: cleanup imports (#524) 2021-09-03 18:06:36 +00:00
basics rpc, docs: private APIs (#525) 2021-09-04 10:18:32 +00:00
core docs: state revert logic (#421) 2021-09-13 13:01:44 +00:00
guides ci: liveness test (#498) 2021-08-26 15:21:43 +00:00
intro docs: fixes (#449) 2021-08-17 17:29:37 +00:00
quickstart deps: bump go to 1.17 (#523) 2021-09-03 16:54:34 +00:00
testnet docs: testnet faucet (#508) 2021-08-30 14:57:46 +00:00
DOCS_README.md Docs: Corrections for Validator Guide (#467) 2021-08-21 02:18:25 -04:00
ethermint.jpg docs: README, contributor guidelines (#466) 2021-08-20 15:38:03 +00:00
package-lock.json docs: fixes (#484) 2021-08-24 00:39:10 +00:00
package.json docs: Add Ethereum Tooling Guides (#474) 2021-08-24 00:20:44 +00: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 chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
versions docs: versioning (#455) 2021-08-18 11:09:50 +00:00
yarn.lock docs: fixes (#484) 2021-08-24 00:39:10 +00: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.