Self-custodial Monero wallet in browser with multisig support
Open it here: https://amethystxmr.github.io
(check CI for the most up-to-date instructions)
cd monero-wasm-src
./init.sh
./build.sh(If you have emsdk in your home folder then it will use it, docker overwise)
npm run build
# or for local development
npm run dev