Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 364 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 364 Bytes

SingularDTV CODE

Use vagrant up then

To run all tests:

cd /vagrant/ python -m unittest discover tests

Run one test:

cd /vagrant/ python -m unittest tests.test_successful_funding

To run the testrpc:

./testrpc_command.sh

To deploy the contracts:

python deploy.py -f deploy.json

To generate the ABIs:

python generate_abi.py