-
Notifications
You must be signed in to change notification settings - Fork 17
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
Integrated terminal #78
Comments
This could also be the very first node app we bring to Currently if people want to make Aragon apps that use the Node API, they need to use the The only problem with this is that users are very exposed as there is no plan for sand-boxing and apps will be using the wrapper, and file-system directly, (being able to read keys stored on disk for example). I suspect this can be achieved using docker though... |
I don't think this will ever be a goal, at least in the current form of the client. |
I'm not sure, but I think DappNode apps might be exactly what I have in mind. E.g.: Installing and running ipfs, checking CPU temperatures, upgrading a geth node with a vote, etc. |
Closing this, as we are experimenting with an integrated console for organization actions in aragon/aragon. |
We can use
xterm.js
to expose a terminal that has commands likedao act
,dao exec
, etc. (the dao cli).Until the GUI is fully featured people need to use the CLI (which bundles dev commands as well) and which is a hassle to install.
Common use case: changing the quorum of a voting app.
Related: aragon/aragon-cli#583
The text was updated successfully, but these errors were encountered: