There are four contracts that have inherit relationships leading to the Cooperative Token
SafeMath -> Token -> Base -> Cooperative
All contracts are owned by DDA
truffle compile
truffle develop
test
Further testing runs (with no contract changes) only require truffle test.
Should you make any changes to the contract files, make sure you rm -rf build before running truffle compile && truffle test.
