🕵️ Find more boilerplates using GitHub | ✨ Official boilerplates
React boilerplate for Aragon applications.
This boilerplate also includes a fully working example app, complete with a background worker and a front-end in React (with Aragon UI).
Kit support requires using the Aragon CLI with a version greater than 4.1.0.
npm install -g @aragon/cli
aragon init app aragon/aragon-react-kit-boilerplate
-
In order for the kit to work properly, it needs to know what the name of your app is. Replace
app
in this line with the name of your app in thearapp.json
file (e.g.myapp
formyapp.aragonpm.eth
) -
Edit the roles defined in the kit to configure your DAO as you want!
aragon run --kit Kit --kit-init @ARAGON_ENS
- start: Run the app locally
- compile: Compile the smart contracts
- build: Compiles the contracts and builds the front-end
- test: Runs tests for the contracts
- publish: Builds the apps and the contracts and publishes them to IPFS and APM
- @aragon/os: Aragon interfaces
- @aragon/client: Wrapper for Aragon application RPC
- @aragon/ui: Aragon UI components (in React)