Install the software required as described in the Whiteblock Quickstart
If you plan on using make, make sure to insert your whiteblock username into your own credentials.json.
- With make (insert username into a
credentials.json, as structured incredentials_example.json)
# RUN
make test
# LIST
make list
# STOP - do this to conserve credits!
make stop- Without make
# RUN
genesis run test-definition.yaml <WHITEBLOCK_USERNAME>
# LIST
genesis ps
# STOP - do this to conserve credits!
genesis stop <TEST_ID>