Wallet Core

status codecov documentation

A library for generating and dealing with transactions.

Build

To build and test the crate:

shell cargo b cargo t --all-features

To build the WASM module:

shell cargo b --release --target wasm32-unknown-unknown