Skip to content

Commit

Permalink
[readme] update readme with static library info
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Chen <leo@harmony.one>
  • Loading branch information
Leo Chen committed May 28, 2020
1 parent c4db1c0 commit 900f264
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ $ git reset --hard origin/master

```
$ git fetch
$ git checkout s3
$ git reset --hard origin/s3
$ git checkout t3
$ git reset --hard origin/t3
```

And now run the local blockchain
Expand Down Expand Up @@ -118,13 +118,20 @@ $ eval $(gimme 1.14.1)
Note that changing the go version might mean that dependencies won't work out right when trying to
run `test/debug.sh` again, get the correct environment again easily by `exec bash`.

## Installation Requirements for directly on your machine
## Installation Requirements for directly on your MacOS X

GMP and OpenSSL

```bash
brew install gmp
brew install openssl

```

## On Linux Box (assuming Amazon Linux 2 or Cent OS)

```bash
sudo yum install glibc-static gmp-devel gmp-static openssl-libs openssl-static gcc-c++
```

## Dev Environment Setup
Expand Down Expand Up @@ -243,11 +250,9 @@ See [`CONTRIBUTING`](CONTRIBUTING.md) for details.
- EPoS staking mechanism
- Kademlia routing

### Features To Be Implemented

- Leader rotation

### Features Planned after Mainnet
### Features Planned after Mainnet Open Staking

- Resharding
- Integration with WASM
- Fast state synchronization
- Auditable privacy asset using ZK proof

0 comments on commit 900f264

Please sign in to comment.