Skip to content

gwmccubbin/aragon-dao-tutorial

Repository files navigation

Aragon React Kit Boilerplate

🕵️ 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).

Usage

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

Make the kit work with your app

  • 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 the arapp.json file (e.g. myapp for myapp.aragonpm.eth)

  • Edit the roles defined in the kit to configure your DAO as you want!

Run the kit

aragon run --kit Kit --kit-init @ARAGON_ENS

What's in the box?

npm Scripts

  • 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

Libraries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published