0072 XLS-72d: Browser Wallet Standard #206
tequdev
started this conversation in
XLS Proposals
Replies: 2 comments
-
|
Updated |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This discussion has not been updated in over a year and will be closed in 30 days if there is no further activity. If you would like to continue this discussion, please add a comment. Otherwise, this discussion will be automatically closed and locked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Abstract
This is a standard specification for developers to incorporate Wallet functionality into their own dApps. By having wallet support this specification, dApps developers can use the wallet functionality through a standardized API without the need to support individual wallets.
This specification is based on the following WalletStandard:
https://github.com/wallet-standard/wallet-standard
And, this only covers the Browser extension wallet.
namespace
xrpl:Chains
xrpl:<NetworkID>e.g)
xrpl:0,xrpl:1,xrpl:2Alias
xrpl:mainnet->xrpl:0xrpl:testnet->xrpl:1xrpl:devnet->xrpl:2xrpl:xahau-mainnet->xrpl:21337xrpl:xahau-testnet->xrpl:21338features
Definitions of the original standard:
standard:connectstandard:disconnectstandard:eventsDefinitions of this standard:
xrpl:signTransactionxrpl:signAndSubmitTransactioninterface
xrpl:signTransactionxrpl:signAndSubmitTransactionExample for Wallet
Beta Was this translation helpful? Give feedback.
All reactions