antoineph / singulardtv-contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 99.2%Language:Shell 0.8%