You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create script that simplifies testnet deployment of currnet configurion.
can run testNet node in a screen.
would be nice to have minimum sanity checks.
The text was updated successfully, but these errors were encountered:
testnet/setup_testnet.py
allows to specify a testnet to get created.
example: export STAKING_TRANSITION_WINDOW_LENGTH=20 && export STAKING_EPOCH_DURATION=40 && export MINIMUM_BLOCK_TIME=1 && cd testnet && ./setup_testnet.py 1 8
testnet/control
Allows to deploy, control and gather information from remote testnets.
src/regression
Offers a of tools to test and retrieve information from a running testnet.
For #3
create script that simplifies testnet deployment of currnet configurion.
can run testNet node in a screen.
would be nice to have minimum sanity checks.
The text was updated successfully, but these errors were encountered: