A monorepo containing utilities and helpers for developing smart contracts.
Includes the following packages (see their packages for documentation):
@aragon/contract-helpers-test
(test helpers): test helpers for both generic Solidity and Aragon-related smart contracts@aragon/truffle-config-v5
(truffle v5 config): base Truffle v5 configuration for Aragon smart contract development
The following packages have yet to be published:
- Deploy Helpers: Tools to deploy smart contracts on the Aragon framework
Each individual package in the packages/
directory is a self-contained package that should be installed individually.
As evidenced through the lock files, we generally use yarn
during local development.