wallet_standard_browser
The wasm / browser compatible rust based implementation of the wallet standard.
Installation
To install you can used the following command:
Or directly add the following to your Cargo.toml
:
[]
= "0.1" # replace with the latest version
Usage
The Wallet Standard is a set of traits and conventions designed to improve the user experience and developer experience of wallets and applications for any blockchain.
This crate provides a Rust implementation of the Solana Wallet Standard, which aims to create a consistent interface for wallets and dApps to interact across different blockchain ecosystems. Here's a brief overview of how to use this crate to fetch
use get_wallets;
use *;
async