Skip to content

Commit

Permalink
Build v1.1
Browse files Browse the repository at this point in the history
- Use only private key
- Address as verification
  • Loading branch information
snowypowers committed Jul 5, 2017
1 parent 1196e21 commit 65ecb28
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ Minimal Antshare paper wallet generator
# Why?

- Antshares uses an elliptic curve different from Bitcoin.
- Antshares, unlike other crypto-currencies, do not use the public key as the address.

Thus, many mainstream paper wallet generators do not support generating wallets for Antshares.
- Simple and easy to use.

# What you need?

Your Antshares Address and Private Key.
Your Antshares Private Key. Your address can be used for verifying that your private key works.

**This is not a replacement to generate new Antshares Wallets. This merely helps you save them in a nice paper format**

Expand Down
4 changes: 2 additions & 2 deletions docs/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"main.css": "static/css/main.ea604b87.css",
"main.css.map": "static/css/main.ea604b87.css.map",
"main.js": "static/js/main.1d272bcc.js",
"main.js.map": "static/js/main.1d272bcc.js.map"
"main.js": "static/js/main.3b885714.js",
"main.js.map": "static/js/main.3b885714.js.map"
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="./manifest.json"><link rel="shortcut icon" href="./favicon.ico"><title>Ansy - Minimal Antshares Paper Wallet</title><link href="./static/css/main.ea604b87.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="./static/js/main.1d272bcc.js"></script></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="./manifest.json"><link rel="shortcut icon" href="./favicon.ico"><title>Ansy - Minimal Antshares Paper Wallet</title><link href="./static/css/main.ea604b87.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="./static/js/main.3b885714.js"></script></body></html>
2 changes: 0 additions & 2 deletions docs/static/js/main.1d272bcc.js

This file was deleted.

2 changes: 2 additions & 0 deletions docs/static/js/main.3b885714.js

Large diffs are not rendered by default.

0 comments on commit 65ecb28

Please sign in to comment.