Skip to content

amethystxmr/amethystxmr.github.io

Repository files navigation

Amethyst XMR Monero wallet

Self-custodial Monero wallet in browser with multisig support

Open it here: https://amethystxmr.github.io

Building wasm module

(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)

Building web

npm run build

# or for local development
npm run dev