This repository contains a series of sanity tests to be built against Ethereum 2.0 clients.
The tester program connects to an existing Genesis server and deploys, maintains and tests a testnet.
See https://www.github.com/Whiteblock/genesis to set up a testnet server.
tester genesis up
tester genesis tesnet --blockchain [prysm|]
Optionally, you can indicate a file to store the testnet ID.
tester genesis tesnet --blockchain [prysm|] -f out
tester network --testnet <testnetId>
Name | Image | Repository |
---|---|---|
Prysm | gcr.io/whiteblock/prysm:master | https://github.com/prysmaticlabs/prysm |
See the TODO file for possible contributions.