#wallet #standard #browser #compatible #applications #blockchain #following

wallet_standard_browser

The wasm / browser compatible rust based implementation of the wallet standard

4 releases

new 0.1.3 Sep 18, 2024
0.1.2 Sep 16, 2024
0.1.1 Sep 13, 2024
0.1.0 Sep 13, 2024

#1476 in Web programming

Download history 371/week @ 2024-09-11

371 downloads per month

Unlicense

135KB
3K SLoC

Rust 2.5K SLoC // 0.0% comments JavaScript 455 SLoC // 0.1% comments

wallet_standard_browser


The wasm / browser compatible rust based implementation of the wallet standard.


Crate Docs Status Unlicense codecov

Installation

To install you can used the following command:

cargo add wallet_standard_browser

Or directly add the following to your Cargo.toml:

[dependencies]
wallet_standard_browser = "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.

Dependencies

~10–21MB
~309K SLoC