An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
```