laconicd/docs/basics
crypto-facs d1212725f8
feat: configurable JSON-RPC APIs (#349)
* 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>
2021-07-26 11:15:55 +00:00
..
img change photon to aphoton (#476) 2020-08-31 12:40:53 -04:00
accounts.md chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
gas.md docs: updates (#590) 2020-11-12 20:42:24 +01:00
hard_spoon.md docs: updates (#590) 2020-11-12 20:42:24 +01:00
json_rpc.md feat: configurable JSON-RPC APIs (#349) 2021-07-26 11:15:55 +00:00
photon.md docs: JSON-RPC methods (#520) 2020-09-23 10:35:53 -03:00
README.md docs: updates (#590) 2020-11-12 20:42:24 +01:00
transactions.md docs: updates (#590) 2020-11-12 20:42:24 +01: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
  5. JSON-RPC Server
  6. Hard Spoon

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