Skip to content

Helpers for Aragon smart contract development

License

Notifications You must be signed in to change notification settings

aragon/contract-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contract Helpers

Structure

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

Developing

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.