JavaScript Client-Side Bitcoin Wallet Generator
Find a file
Michael Muré 9facfefb66
Squashed commit of the following:
commit 51fa7749587f2614e4baa8d98738fefcab1e4bf6
Author: F3de81 <32078461+F3de81@users.noreply.github.com>
Date:   Thu Oct 12 16:16:49 2017 +0200

    Update NeedleCoin Wallet Template

commit 50b12d51fd2e94278ffb27280cf63937216d4b81
Author: F3de81 <32078461+F3de81@users.noreply.github.com>
Date:   Sun Oct 8 22:00:15 2017 +0200

    Updated NeedleCoin Logo

commit 519ccb0ae4b566f946ceec432c8b5adfd98e5125
Author: F3de81 <32078461+F3de81@users.noreply.github.com>
Date:   Tue Sep 19 00:51:07 2017 +0200

    Update janin.currency.js

commit 8dd1cd99f307e024c9ccf8c03a5c9a625456fa8c
Author: F3de81 <32078461+F3de81@users.noreply.github.com>
Date:   Tue Sep 19 00:49:23 2017 +0200

    Update index.html

commit 9258c1a456bf98fed671a957a9cd0e27443b9bf4
Author: F3de81 <32078461+F3de81@users.noreply.github.com>
Date:   Tue Sep 19 00:45:44 2017 +0200

    Add files via upload

commit 68c476fcc83928151e3b08ab9390fdb8b5ef3d11
Author: F3de81 <32078461+F3de81@users.noreply.github.com>
Date:   Tue Sep 19 00:44:45 2017 +0200

    Add files via upload
2017-10-24 18:48:56 +05:30
images QR Code recognition integration, ‘Wallet Details’ layout update. 2014-05-21 22:02:07 +02:00
l10n Translate TURKISH lang 2017-09-15 04:38:30 +03:00
logos Squashed commit of the following: 2017-10-24 18:48:56 +05:30
src Squashed commit of the following: 2017-10-24 18:48:56 +05:30
wallets Squashed commit of the following: 2017-10-24 18:48:56 +05:30
.gitignore added .idea and node_modules to .gitignore. 2017-09-02 10:37:00 -05:00
Gruntfile.js integrate the partial turkish translation 2017-10-24 18:26:49 +05:30
index.html Squashed commit of the following: 2017-10-24 18:48:56 +05:30
package-lock.json added .idea and node_modules to .gitignore. 2017-09-02 10:37:00 -05:00
package.json added .idea and node_modules to .gitignore. 2017-09-02 10:37:00 -05:00
README Give the direct link to the zip file 2017-01-03 18:09:48 +13:00

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

END USER NOTES:
 1) To print QRCode in IE8 you must enable the "Print Background Colors and Images" checkbox on the "Page Setup" screen.
 2) For Bulk Wallet I recommended using Google Chrome, it's the fastest.
 3) Requires IE8+, Firefox, Chrome or sufficient JavaScript support.
 4) Mobile Safari only works with iPhone4 or newer devices.Older devices timeout while executing JavaScript.
 5) DO NOT use Opera Mini it renders JavaScript output server side, thereforethey might record the private key you generated.
 6) Art Wallet does not work properly in IE8 due to CSS limitations.


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:
JavaScript function   License
-------------------   --------------
Array.prototype.map   Public Domain
window.Crypto         BSD License
window.SecureRandom   BSD License
window.EllipticCurve  BSD License
window.BigInteger     BSD License
window.QRCode         MIT License
window.Bitcoin        MIT License
jsqrcode              Apache License, 2.0


The WalletGenerator.net software is available under The MIT License (MIT)
Copyright (c) 2014 WalletGenerator.net

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.