@blockrecover/permission-manager
v1.0.0
Published
> 🕵️ [Find more boilerplates using GitHub](https://github.com/search?q=topic:aragon-boilerplate) | > ✨ [Official boilerplates](https://github.com/search?q=topic:aragon-boilerplate+org:aragon)
Downloads
2
Readme
Aragon React 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
aragon init foo.aragonpm.test react
Prerequisites
- truffle: Used to build and test the contracts
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
- @aragon/os: Aragon interfaces
- @aragon/client: Wrapper for Aragon application RPC
- @aragon/ui: Aragon UI components (in React)