A fedimint client for the web
npm install
npm run start
cargo install wasm-pack
npm run build:wasm
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.