https://anon-br.github.io/ergo-paper-wallet
An Ergo paper wallet generator
https://anon-br.github.io/ergo-paper-wallet
cryptocurrency ergo paper-wallets wallet
Last synced: 7 days ago
JSON representation
An Ergo paper wallet generator
- Host: GitHub
- URL: https://anon-br.github.io/ergo-paper-wallet
- Owner: arobsn
- License: mit
- Created: 2021-08-24T21:32:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T13:17:38.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T15:45:59.617Z (about 1 month ago)
- Topics: cryptocurrency, ergo, paper-wallets, wallet
- Language: Vue
- Homepage: https://ergopaperwallet.org
- Size: 2.19 MB
- Stars: 13
- Watchers: 1
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ergo - Ergo Paper Wallet Generator - br/ergo-paper-wallet) | [Fork](https://github.com/platypus45/ergo-paper-wallet) [`JS/TS`] (💼 Wallets <a id="wallets"></a> / 🛟 Wallet Utilities & Recovery <a id="utilities--recovery"></a>)
README
# Ergo Paper Wallet
Ergo Paper Wallet is an easy-to-use cold wallet generator for Ergo Platform. With it is possible to completely offline generate a foldable and tamper-resistant paper wallet.
## Features
- Offline wallet's generating through the `standalone.html` file.
- Tamper-resistant foldable design.
- Easy-to-use.
- Extended Public Key to securely check all the wallet addresses' balance.
- Easily auditable source code.## Donate
If you like this tool and want to to encourage its development, donations are warmly welcomed! Please send any amount to
[9i5DyKxVmchSej8Xd5DAZ3zz8p6fe7VsAQa2BD7E4PumM2VmGhR](https://explorer.ergoplatform.com/payment-request?address=9i5DyKxVmchSej8Xd5DAZ3zz8p6fe7VsAQa2BD7E4PumM2VmGhR)# Build yourself
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```