Aragon Buidler plugin v0.2.0 was released
April 3, 2020 at 8:01pmThe Aragon community has a new home. This thread is preserved for historical purposes. The content of this conversation may be innaccurrate or out of date. Go to new community home →
Aragon Buidler plugin v0.2.0 was released
April 3, 2020 at 8:01pmBuilding Aragon apps has never been so simple.
start
: Setup a fully featured local env and perfect your app 🏗publish
: Deploy your contracts, upload your front-end to IPFS, and publish to aragonPM 🦅To learn more about it check the blog post: https://blog.aragon.one/aragon-buidler-plugin/
And share the announcement on Twitter: https://twitter.com/AragonOneTeam/status/1246140798447558658
I would like to thank the whole SDK Working Group that did an amazing job to deliver super awesome new features to this powerful tool. 💪
For those wanting to start working on builder do:
npx create-aragon-app myappcd myappnpm run start
Bonus: we start supporting yarn as default if you have it on your PATH 🔥
Finally would like to link a few useful docs and repos.
Your First Aragon app, now using buidler: https://hack.aragon.org/docs/tutorial
Buidler plugin migration: https://hack.aragon.org/docs/guides-buidler-migration
Vault app: https://github.com/aragon/aragon-apps/tree/buidler-vault-app/apps/vault
Finance app: https://github.com/aragon/aragon-apps/tree/buidler-finance-app/apps/finance
Payroll app: https://github.com/1Hive/payroll-app