You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,21 @@ TBD
12
12
13
13
## Directory structure
14
14
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.
20
21
21
22
## Roadmap
22
23
23
24
-[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
25
26
-[ ] Add usage docs
26
27
-[ ] Include sample data encoding/decoding solidity contract
28
+
-[ ] Add visual block explorer
29
+
-[ ] Create a fork of netstats-client that does not break Ethermint
0 commit comments