-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft: Aragon Agent Guide #166
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pull from master
…hack into sach-agent-guide
@hackingclimate trying to improve the commit history I merged the PR by accident. So sorry for doing that. Then I had revert the merge, so could you mind to open the PR again? 🙏🏻 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi everyone. This is a draft PR for async comments. I believe this closes #115
A couple of thoughts:
I'm pretty happy with Part 1 -- the in depth guide on how to install the Agent app with aragonCLI. Though it's possible I've misunderstood a couple of things about how
--apm.ipfs.rpc
andaragon ipfs
work (see step 2).For Part 2 -- show a good use case of using the Agent app -- I've chosen to go with @sohkai 's suggestion: Voting in another org. The other suggestions (interacting with uniswap and opening a Maker CDP) seemed harder to do on Rinkeby. However I think we should also cover them in the guide. I've added them as section titles (along with @luisivan 's Aragon Trust) at the end.
For the voting in another org use case, the last two steps (4 and 5) haven't been tested. This is because I haven't been able to run
dao act
successfully ( I'm still not able to fetch the ABI...).This means I can't be 100% sure that those final steps are entirely correct. Ideally I want to get that working so I can add a couple of images showing the effects of these steps on certain parts of the UI. But this will have to do for now.
Thanks for taking the time to read. Looking forward to hearing your thoughts!