Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

Bare boilerplate for Aragon applications

License

Notifications You must be signed in to change notification settings

aragon/aragon-bare-boilerplate

Repository files navigation

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