Skip to content

ConsenSysMesh/singulardtv-contracts

Folders and files

NameName
Last commit message
Last commit date
Sep 11, 2016
Oct 4, 2016
Oct 2, 2016
Aug 4, 2016
Aug 5, 2016
Oct 4, 2016
Aug 8, 2016
Sep 11, 2016
Sep 12, 2016
Aug 30, 2016
Aug 4, 2016
Jul 15, 2016
Aug 4, 2016
Aug 4, 2016

Repository files navigation

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