Skip to content

justinmoon/webimint

Repository files navigation

Webimint

A fedimint client for the web

Running

npm install
npm run start

Rebuiding WASM after changing Rust code

cargo install wasm-pack
npm run build:wasm

Contributing

See CONTRIBUTING.md for a note about licensing of contributions.

On an M1 I had trouble compiling rust-secp256k1 for wasm-unknown-unknown. source env.sh before running npm run build:wasm will fix that problem. Hopefully adding a flake.nix will fix this problem more simply.