Skip to content
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

Add support for read-only address #361

Open
samsiegart opened this issue Aug 28, 2024 · 0 comments · May be fixed by #362
Open

Add support for read-only address #361

samsiegart opened this issue Aug 28, 2024 · 0 comments · May be fixed by #362
Assignees
Labels
enhancement New feature or request

Comments

@samsiegart
Copy link
Collaborator

What is the Problem Being Solved?

We want to be able to use the UI with a multisig. Since this isn't possible with keplr, we can add support for connecting with an arbitrary address via url-param, and instead of signing messages with a signer, print them to the console so they can be imported into the multisig tool elsewhere.

Description of the Design

Add support for a new url param address which bypasses keplr and just loads the app in a read-only mode. When the user tries to sign a transaction, just print the message to console so it can be copied.

Security Considerations

This makes it easier for a user to view vault info for other accounts but they can't actually manipulate them, and the data is already public if you know how to query it.

@samsiegart samsiegart added the enhancement New feature or request label Aug 28, 2024
@samsiegart samsiegart self-assigned this Aug 28, 2024
@samsiegart samsiegart linked a pull request Aug 28, 2024 that will close this issue
@Agoric Agoric deleted a comment Aug 28, 2024
@Agoric Agoric deleted a comment Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant