diff --git a/README b/README index 0ef4fd1..e2fa7ed 100644 --- a/README +++ b/README @@ -1,13 +1,24 @@ -Wallet Generator +**** LOOKING FOR THE ZIP FILE TO DOWNLOAD ? *********************************** +It's here: https://github.com/MichaelMure/WalletGenerator.net/archive/master.zip +******************************************************************************* + +WalletGenerator.net +Universal Client-Side Wallet Generator Now crypto-currency wallets addresses and their corresponding private key can be conveniently generated in a web browser. -The project provides an all-in-one HTML document with embedded JavaScript/Css/Images. The JavaScript is readable, not minified and contains no XMLHttpRequest's (no AJAX). The benefit of this technique is you can load the JavaScript locally and trust that the JavaScript did not change after being loaded. +The WalletGenerator.net project provides an all-in-one HTML document with embedded JavaScript/Css/Images. The JavaScript is readable, not minified and contains no XMLHttpRequest's (no AJAX). The benefit of this technique is you can load the JavaScript locally and trust that the JavaScript did not change after being loaded. + Please send DONATIONS for this project using the crypto-currency addresses available on the 'Donate' tab of the website. +You can help us support more currency by following this non-developer How-To: https://github.com/MichaelMure/WalletGenerator.net/wiki/How-to-add-a-new-currency + Notice of Copyrights and Licenses: -------------------------------------- +--------------------------------------- +The WalletGenerator.net project, software and embedded resources are copyright WalletGenerator.net. +The WalletGenerator.net name and logo are not part of the open source license. + Portions of the all-in-one HTML document contain JavaScript codes that are the copyrights of others. The individual copyrights are included throughout the document along with their licenses. Included JavaScript libraries are separated with HTML script tags. Summary of JavaScript functions with a redistributable license: diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 0000000..0ffc335 Binary files /dev/null and b/images/favicon.ico differ diff --git a/images/fh.png b/images/fh.png new file mode 100644 index 0000000..704d375 Binary files /dev/null and b/images/fh.png differ diff --git a/logos/biblepay.png b/logos/biblepay.png new file mode 100644 index 0000000..1e5943b Binary files /dev/null and b/logos/biblepay.png differ diff --git a/logos/bitcoincash.png b/logos/bitcoincash.png new file mode 100644 index 0000000..a2cb334 Binary files /dev/null and b/logos/bitcoincash.png differ diff --git a/logos/blackcoin.png b/logos/blackcoin.png new file mode 100644 index 0000000..e81dbe7 Binary files /dev/null and b/logos/blackcoin.png differ diff --git a/logos/pivx.png b/logos/pivx.png new file mode 100644 index 0000000..0800878 Binary files /dev/null and b/logos/pivx.png differ diff --git a/package-lock.json b/package-lock.json index 2c375f1..f4dbdd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,8 +84,8 @@ "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=" }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz", "integrity": "sha1-J12O2qxPG7MyZHIInnlJyDlGmd0=", "requires": { "lru-cache": "2.7.3", diff --git a/wallets/astra.png b/wallets/astra.png new file mode 100644 index 0000000..4055692 Binary files /dev/null and b/wallets/astra.png differ