0072 XLS-72d: Browser Wallet Standard #206
tequdev
started this conversation in
Standard Proposals
Replies: 1 comment
-
Updated |
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
-
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:2
Alias
xrpl:mainnet
->xrpl:0
xrpl:testnet
->xrpl:1
xrpl:devnet
->xrpl:2
xrpl:xahau-mainnet
->xrpl:21337
xrpl:xahau-testnet
->xrpl:21338
features
Definitions of the original standard:
standard:connect
standard:disconnect
standard:events
Definitions of this standard:
xrpl:signTransaction
xrpl:signAndSubmitTransaction
interface
xrpl:signTransaction
xrpl:signAndSubmitTransaction
Example for Wallet
Beta Was this translation helpful? Give feedback.
All reactions