-
Notifications
You must be signed in to change notification settings - Fork 58
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
Kickoff meeting notes #1
Comments
These are my notes: Pre-meeting notes
Post-meeting notes
Steps
|
Closing as it is no longer relevant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pre-meeting notes
Goal: Library used by Aragon UI and first- and third-party modules to interact with Aragon contracts.
Implements logic most apps will need to function.
Basic features:
Installation of organs and apps
Interaction with MetaOrgan
Listen and cache events related to app and organ installation.
Expose API for apps to listen for events (aragon.js will catch syncing state)
APM support:
Generic dispatcher:
Action items
aragon.js
responsibility ends once the transaction payload has been constructed. Signing and broadcasting is done at the correspondent signing provider.Open challenges
aragon.js
detects the action needs a voting. Voting is no longer a native action but an application specific one. To what extentaragon.js
creates the voting or 'links' to the Voting app for the voting to happen.The text was updated successfully, but these errors were encountered: