2019-06-26 17:36:11 +01:00
..
2019-06-26 17:36:11 +01:00
2019-06-26 17:36:11 +01:00
2019-06-26 17:36:11 +01:00
2019-06-26 17:36:11 +01:00
2019-06-26 17:36:11 +01:00
2019-06-26 17:36:11 +01:00
2019-06-26 17:36:11 +01:00
2019-06-26 17:36:11 +01:00
2019-06-26 17:36:11 +01:00
2019-06-26 17:36:11 +01:00

Aragon Bare Boilerplate

🕵️ Find more boilerplates using GitHub | Official boilerplates

Bare boilerplate for Aragon applications.

This boilerplate only includes the contract interfaces and @aragon/client, along with the two required application manifests: manifest.json and arapp.json.

This boilerplate is ideal for building applications that do not use React

Usage

aragon init foo.aragonpm.test bare

What's in the box?

npm Scripts

  • test: Runs your Truffle tests
  • build: Compiles your contracts
  • start: Runs your app locally
  • deploy: Deploys your app smart contract to a local chain
  • publish: Publishes a new version of your app

Libraries