You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.
The Aragon Buidler plugin may be simpler and more robust than the existing aragonCLI toolchain (which I realize you're also using an older version of!).
If you haven't had a chance to play with it, you can create a new boilerplate off of npx create-aragon-app <name> and try it out!
And it should be fairly straightforward to migrate into, see migration documentation. The major part is that we've replaced the Template.sol with a set of JS "setup hooks" to configure the local test organization.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Aragon Buidler plugin may be simpler and more robust than the existing aragonCLI toolchain (which I realize you're also using an older version of!).
If you haven't had a chance to play with it, you can create a new boilerplate off of
npx create-aragon-app <name>
and try it out!And it should be fairly straightforward to migrate into, see migration documentation. The major part is that we've replaced the
Template.sol
with a set of JS "setup hooks" to configure the local test organization.The text was updated successfully, but these errors were encountered: