update readme

This commit is contained in:
Jacek Sieka 2019-03-14 14:02:55 -06:00
parent 1cb8ae9004
commit a8b7307e81
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 6 additions and 12 deletions

View File

@ -30,23 +30,17 @@ Then:
cd nimbus cd nimbus
# Prep environment # Prep environment
make make update
./env.sh bash ./env.sh bash
# You're now in a shell environment that has the right Nim version available # You're now in a shell environment that has the right Nim version available.
# Head over to the vendor repo where you should have a checkout of this project
cd vendor/nim-beacon-chain
cd.. # You can now run the test suite:
nim c -d:release -r tests/all_tests
git clone https://github.com/status-im/nim-beacon-chain
cd nim-beacon-chain
# Build binaries and run test suite
nimble build
nimble test
``` ```
This should produce some passing tests.
## Beacon node simulation ## Beacon node simulation
The beacon node simulation is will create a full peer-to-peer network of beacon nodes and validators, and run the beacon chain in real time. To change network parameters such as shard and validator counts, see [start.sh](tests/simulation/start.sh). The beacon node simulation is will create a full peer-to-peer network of beacon nodes and validators, and run the beacon chain in real time. To change network parameters such as shard and validator counts, see [start.sh](tests/simulation/start.sh).