Smart contracts for hydro using the Brownie framework. To run the code you must install brownie and ganache-cli.
To compile contracts
cd brownie
brownie compile
To deploy hydro nutrients contract (defaults to local ganache)
brownie run scripts/deploy.py
To run tests
brownie test