The Hydro Smart Contract is open source blockchain software developed by Project Hydro.
Project Hydro has also created an API to interface with this smart contract: Hydro Documentation
- All changes made to HydroToken.sol must be ported over to HydroTokenTest.sol (Currently populus does not support create contracts with arguments so we must manually set the owner)
- Navigate to the tests folder in command line
- $ populus compile
- $ populus deploy --chain tester --no-wait-for-sync
- $ pytest tests/