🕵️ 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
aragon init foo.aragonpm.test bare
- 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
- @aragon/os: Aragon interfaces
- @aragon/client: Wrapper for Aragon application RPC