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

Commit 25c17b0

Browse files
committed
Updated docs
1 parent e6a8fc1 commit 25c17b0

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Jetbrains product
2+
.idea/

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@
1414
.glide/
1515

1616
# Data
17-
data/
17+
data/
18+
19+
# Jetbrains product
20+
.idea/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Etherloin uses `docker-compose` as on of its main components. However inside it
6666
- [ ] Build Tendermint from source instead of downloading prepackaged version
6767
- [ ] Include sample data encoding/decoding solidity contract
6868
- [ ] Add visual block explorer
69+
- [ ] Implement simple switch between local Ethermint cluster and Ethereum Testnet
70+
- [ ] Create single python-script as Truffle-wrapper and account unlocker instead of 4 different python/shell scripts
6971
- [ ] Create a fork of netstats-client that does not break Ethermint
7072

7173
## Known issues

0 commit comments

Comments
 (0)