Skip to content
This repository was archived by the owner on Nov 29, 2022. It is now read-only.

Commit ad9b7e6

Browse files
committed
Updated docs
1 parent 6347f87 commit ad9b7e6

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,21 @@ TBD
1212

1313
## Directory structure
1414

15-
* `ethereum` — Dockerfile for building classic Ethereum-go client AKA Geth
16-
* `ethermint` — Dockerfile and start scripts for running actual Ethermint cluster
17-
* `tendermint` — Dockerfile and start scripts for running Tendermint consensus engine
18-
* `netstats` — Server Dockerfile and client configuration for running [ETH Netstats](https://github.com/cubedro/eth-netstats) tool for each node of Ethermint cluster
19-
* `setup` — Ethereum genesis file and keystore for Ethermint private cluster, may include other ocnfiguration files
15+
* `contracts`[Truffle](http://truffleframework.com/)-based smart contracts development suite.
16+
* `ethereum` — Dockerfile for building classic Ethereum-go client AKA Geth.
17+
* `ethermint` — Dockerfile and start scripts for running actual Ethermint cluster.
18+
* `tendermint` — Dockerfile and start scripts for running Tendermint consensus engine.
19+
* `netstats` — Server Dockerfile and client configuration for running [ETH Netstats](https://github.com/cubedro/eth-netstats) tool for each node of Ethermint cluster.
20+
* `setup` — Ethereum genesis file and keystore for Ethermint private cluster, may include other ocnfiguration files.
2021

2122
## Roadmap
2223

2324
- [x] Add sample contracts subproject with truffle and autodeployment
24-
- [ ] Build Tenderming from source instead of downloading prepackaged version
25+
- [ ] Build Tendermint from source instead of downloading prepackaged version
2526
- [ ] Add usage docs
2627
- [ ] Include sample data encoding/decoding solidity contract
28+
- [ ] Add visual block explorer
29+
- [ ] Create a fork of netstats-client that does not break Ethermint
2730

2831
## Known issues
2932

0 commit comments

Comments
 (0)