0.7.0-pre4-test • Published 3 years ago
@minikin_/wallet-js v0.7.0-pre4-test
Jormungandr wallet SDK for JavaScript
This crate provides a wasm package with JavaScript and TypeScript bindings for the Jormungandr wallet client library.
See the Wallet
class for a starting point in the API documentation.
Building the package
wasm-pack is required.
wasm-pack build -d pkg
Use the --target
option to select the target environment for the package.
For a quicker, but unoptimized build:
wasm-pack build --dev
Documentation
The API documentation can be generated from the built JavaScript bindings with the following command:
jsdoc pkg -c ../../jsdoc.json -d pkg/doc -R README.md
Tests
wasm-pack test <target>
0.7.0-pre4-test
3 years ago
0.7.0-pre4
3 years ago