(Aragon 1) React boilerplate for Aragon applications
The Aragon Buidler Boilerplate is a template for developing Aragon applications using Buidler and React. It provides a set of pre-configured scripts and a folder structure to help developers quickly set up their development environment. This boilerplate includes features such as code quality tools, smart contract compilation, and publishing capabilities. It also integrates with various Aragon libraries and plugins to provide a seamless development experience.
To use the Aragon Buidler Boilerplate, follow these steps:
npx create-aragon-app <app-name>
npm start
Optionally, you can add code quality tools like JS and contract linting, and explore existing Buidler plugins.
Develop your AragonApp contract and frontend according to your project requirements.
When ready, publish your app by running one of the following commands based on the version you want to release:
npm run publish:major
npm run publish:minor
npm run publish:patch
The Aragon Buidler Boilerplate is a powerful tool for developers looking to create Aragon applications using Buidler and React. It provides a range of features such as code quality tools, smart contract development, and publishing capabilities. With its pre-configured scripts and well-defined folder structure, this boilerplate simplifies the development process and allows developers to focus on building their decentralized applications.