Skip to content

AndyHydro/smart-contract

Repository files navigation

smart-contract

Introduction

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

Testing with Populus

  • 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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages