Uses Lerna. Automatically lints and prettifies code on commit.
Please view README.md
for each individual package (e.g. packages/dai) and/or docs.makerdao.com.
yarn
curl https://dapp.tools/install | sh // Installs dapptools
yarn lerna bootstrap // Installs dependencies & links all local dependencies together
yarn build // builds each plugin for local use
yarn testchain
yarn test:logs // get testchain logs
yarn test
yarn test:integration
yarn test:build
Run yarn coverage
to generate a test coverage report.
See packages/dai/README.md for instructions.