Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 693 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 693 Bytes

XELIS Paper Wallet

Generate a paper wallet for XELIS by creating a new key pair and printing it for storage.

Directly available and ready to use at https://wallet-paper.xelis.io.

Run locally

You can't run the program simply by opening index.html because of browser CORS policies. Use a server to serve the files of this repo. For simplicity, you can run live-server https://www.npmjs.com/package/live-server.

Build

Execute the bash file provided

./build.sh

Or manually build the WebAssembly module from Rust using the following command

wasm-pack build --no-typescript --target no-modules

and then copy the generated pkg folder to the public folder.