Simplify local development environment install. Significant speed improvement of launching local chain for tests.
Removed augmint-contracts submodule.
CI to use a prebuilt augmint-contracts docker image in which a ganache starting with all contracts already deployed and setup with augmint-contracts 's truffle migrate
For local development see updated development env docs but essentially: yarn ganache:start and yarn ganache:stop
NB: you might need to run git rm -f augmint-contracts locally after pull to properly clean up. Let me know if it's required
Steps to reproduce:
Trello card / screenshot / wireframe link:
Is connection necessary to test? If so which network?
Nature of the PR: chore
Simplify local development environment install. Significant speed improvement of launching local chain for tests.
augmint-contracts
submodule.augmint-contracts
'struffle migrate
yarn ganache:start
andyarn ganache:stop
NB: you might need to run
git rm -f augmint-contracts
locally after pull to properly clean up. Let me know if it's requiredSteps to reproduce:
Trello card / screenshot / wireframe link:
Is connection necessary to test? If so which network?