forked from cerc-io/laconicd-deprecated
random doc fixes (#560)
* add the rest of the eth methods * added the rest of the namespaces * get rid of extra space * doc bug fixes * remove space Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
co-authored by
Federico Kunze
parent
f95011907a
commit
e7a19a1c0a
@@ -8,7 +8,7 @@ parent:
|
||||
|
||||
This repository contains reference documentation on how to install and run an Etheremint full node.
|
||||
|
||||
1. [Installation](./run_node.md)
|
||||
1. [Installation](./installation.md)
|
||||
2. [Run a Node](./run_node.md)
|
||||
3. [Testnet](./testnet.md)
|
||||
4. [Validator Setup](./validator-setup.md)
|
||||
|
||||
@@ -57,6 +57,8 @@ Some of the JSON-RPC API [namespaces](https://geth.ethereum.org/docs/rpc/server)
|
||||
|
||||
To connect to the JSON-PRC server, use the `rest-server` command as shown on the section above. Then, you can point any Ethereum development tooling to `http://localhost:8545` or whatever port you choose with the listen address flag (`--laddr`).
|
||||
|
||||
For further information JSON-RPC calls, please refer to [this](../basics/json_rpc.md) document.
|
||||
|
||||
## Next {hide}
|
||||
|
||||
Process and subscribe to [events](./events.md) via websockets {hide}
|
||||
|
||||
@@ -11,6 +11,7 @@ Learn how to deploy a local testnet or connect to an existing public one {synops
|
||||
- [Install Ethermint](./installation.md) {prereq}
|
||||
- [Install Docker](https://docs.docker.com/engine/installation/) {prereq}
|
||||
- [Install docker-compose](https://docs.docker.com/compose/install/) {prereq}
|
||||
|
||||
<!-- - [Install `jq`](https://stedolan.github.io/jq/download/) {prereq} -->
|
||||
|
||||
## Single-node, Local, Manual Testnet
|
||||
|
||||
Reference in New Issue
Block a user