/peercoin-address-generator

🔒

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Peercoin Address Generator

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.

Building locally

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:

  1. Make sure you have Node installed.
  2. Clone this repo;
  3. In the project folder, run npm install;
  4. Then run npm start.
  5. Open localhost:3333 in your browser and generate your wallet.