chore: un-fork from cosmos (#166)

* chore: un-fork from cosmos

* rm LoC
This commit is contained in:
Federico Kunze
2021-06-22 06:49:18 -04:00
committed by GitHub
parent fada59551d
commit 6000ab2098
106 changed files with 340 additions and 273 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ Now you are connected to the droplet.
Clone and build Ethermint in the droplet using `git`:
```bash
go install https://github.com/cosmos/ethermint.git
go install https://github.com/tharsis/ethermint.git
```
Check that the binaries have been successfuly installed:
+1 -1
View File
@@ -11,7 +11,7 @@ This document outlines the steps to join the public testnet
1. Install the Ethermint binaries (ethermintd & ethermint cli)
```bash
git clone https://github.com/cosmos/ethermint
git clone https://github.com/tharsis/ethermint
cd ethermint
git checkout v0.4.1
make install