Web wallet for Neurai!
Permissionless, open source, non-custodial (your keys never leave your browser).
git clone https://github.com/NeuraiProject/neurai-webwallet.git
- Node: > 18
- NPM: > 8
npm install
npm start
Starts a local development server using HTTP, does not support QR code scanning.
http://localhost:1234
npm run dev
Starts a local development server using HTTPS, supports QR code scanning.
https://localhost:1234
npm run build
Now the ./dist folder contains the web "site", you can FTP the files to your web server.
To use TESTNET instead of MAINNET for Neurai, append ?network=xna-test
to the URL.
Note: asset thumbnails only work on mainnet.