@razorlabs/wallet-standard
v0.2.4
Published
This Aptos Wallet Standard defines APIs for wallet and application interactions for the Aptos ecosystem.
Downloads
27
Readme
Aptos Wallet Standard
This Aptos Wallet Standard defines APIs for wallet and application interactions for the Aptos ecosystem.
It is based on a general Wallet Standard which is is a chain-agnostic set of interfaces and conventions that aim to improve how applications interact with injected wallets.
Code
- AptosWallet and AptosWalletAccount interfaces
- Wallet registerWallet function
- App getAptosWallets function
This standard is different from the official Aptos Wallet Standard in that it uses the Legacy Aptos Typescript SDK. So developers who are still using the Legacy SDK can use this wallet standard without porting to the new Aptos SDK