This is the source-code of paperwallet.peercoin.net, a secure client-side peercoin address generator.
It was built from ground up aiming for performance on mobile devices, but you can also use it on desktop browsers.
If you're concerned about generating your addresses online, there is always the option of building the project locally. The steps to do that are listed bellow:
- Make sure you have Node installed.
- Clone this repo;
- In the project folder, run
npm install
; - Then run
npm start
. - Open
localhost:3333
in your browser and generate your wallet.