| Crates.io | bsv-wasm |
| lib.rs | bsv-wasm |
| version | 1.3.4 |
| created_at | 2021-05-07 03:37:38.853185+00 |
| updated_at | 2022-06-05 00:23:37.744669+00 |
| description | A Bitcoin SV library with WASM in mind. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 394084 |
| size | 1,775,652 |
A Rust/WASM Library to interact with Bitcoin SV
NodeJS 14.6+:
npm i bsv-wasm --save
Web:
npm i bsv-wasm-web --save
Webpack:
npm i bsv-wasm-bundler --save
Rust:
https://crates.io/crates/bsv-wasm
Deno:
import init, { Transaction } from "https://deno.land/x/bsv_wasm@{VERSION}/bsv_wasm.js"
await init();
ExtendedPrivateKey.fromWIF('LMyWif...').toPrivateKey().toPublicKey().toAddress().toString()