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://paperwallet.xelis.io/.
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.
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-modulesand then copy the generated pkg folder to the public folder.