Skip to content

Latest commit

 

History

History

seed-keeper-wallet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Seed Keeper WIT Component

WIT Wasm Component for Seed Keeper, meant to be composed with users of the seed keeper to build your own Wasm WIT Wallet (WWW).

Build

Built with cargo component.

From this directory, run:

cargo component build --release

which will place the built .wasm file in target/wasm32-unknown-unknown/release/seed_keeper_wit.wasm.

Test

cargo component build
cargo test