Skip to content

Commit

Permalink
[Feature] Updated to use cashaddr addresses (#26)
Browse files Browse the repository at this point in the history
* Updated to use cashaddr addresses

* Don't double convert for artistic wallet

* Make sure to include attribution for bchaddrjs

* Update ninja.paperwallet.js

Fix replace for testnet use.

* Fix prefixing of private keys
  • Loading branch information
zquestz committed Jan 23, 2018
1 parent 62783cc commit 80aa199
Show file tree
Hide file tree
Showing 15 changed files with 18,738 additions and 47 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Expand Up @@ -10,6 +10,7 @@ module.exports = function (grunt) {
input: "./src/bitaddress-ui.html",
output: "./cashaddress.org.html",
tokens: [
{ token: "//bchaddr.js", file: "./src/bchaddr.js" },
{ token: "//biginteger.js", file: "./src/biginteger.js" },
{ token: "//bitcoinjs-lib.js", file: "./src/bitcoinjs-lib.js" },
{ token: "//bitcoinjs-lib.address.js", file: "./src/bitcoinjs-lib.address.js" },
Expand Down

0 comments on commit 80aa199

Please sign in to comment.