-
Notifications
You must be signed in to change notification settings - Fork 10
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
VSCode Extension - GUI to edit sui.keystore #103
Comments
Hey @mario4tier , Do you have/know an opensource JavaScript/TypeScript API to manage Sui keys? Should it be just Sui cli system calls? |
The same visually: This seems over-complicated, but it is necessary. The suibase-daemon is polling the filesystem to maintain a "single source of truth" and be the backend. I do not have a lot of front-end experience, and wondering if something like redux would help to synchronize the webviews with the backend (keeping in mind that the "Core" extension is an intermediate)? For now, I did develop my own "data versioning polling" to minimize heavy data transfer. |
Thank you for the detailed explanation of how Suibase VSCode extension communicates with Suibase backend @mario4tier. |
This is mostly front-end work.
Build a UI to manage the sui.keystores (with Suibase there is one keystore per network).
Management should include:
The text was updated successfully, but these errors were encountered: