-
Notifications
You must be signed in to change notification settings - Fork 22
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
Integrate cli package into demo #12
Comments
Love it. A few thoughts on this (at least for v1 of a demo) - I think some of these can be nice-to-haves vs. hard requirements:
IMO this isn't something we'd need to build support for in a v1
Same here. Coordinator could manage everything purely from the CLI to start. I think top priority should be accounting for user flow to vote in the UI |
@0xmad potentially dumb question - when you say:
Are you saying being able to run CLI commands from within that repo? Or leveraging CLI commands as some API on the frontend? When you mention implementing dashboards, it makes me suspect the latter |
@samajammin in case if we can drop support for coordinator and user keypair change, we don't need dashboards at all. |
I also think it's a nice to have, but since it's actually only for the coordinator (which is the owner of our deployed demo contracts a.k.a us) so it doesn't need to be gorgeous, we only need to create a page and link cli function to it. |
This issue seems redundant with others...
@0xmad @kittybest @ctrlc03 LMK if I'm missing something but seems this is covered in: Closing this out but feel free to re-open & explain what's different here. |
Description
As a user I'd like to use
maci-cli
package for my frontend app.Acceptance criteria
signup
w/ MACI contract)publishMessage
w/ Poll contract)The text was updated successfully, but these errors were encountered: