Skip to content

absolute-community/absaddress

 
 

Repository files navigation

alt text

Absolute Paper Wallet.

JavaScript Client-Side Absolute Wallet Generator

Now Absolute addresses and their corresponding private key can be conveniently generated in a web browser.

The absaddress 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.

END USER NOTES:

  1. For Bulk Wallet I recommended using Google Chrome, it's the fastest.

  2. Requires IE9+, Firefox, Chrome or sufficient JavaScript support.

  3. Mobile Safari only works with iPhone4 or newer devices. Older devices timeout while executing JavaScript.

  4. DO NOT use Opera Mini it renders JavaScript output server side, therefore they might record the private key you generated.

  5. BIP38 most likely will not work on mobile devices due to hardware limitations.

Notice of Copyrights and Licenses:

The absolute project, software and embedded resources are copyright absaddress.

The absolute 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.Absolute MIT License

About

JavaScript Client-Side Bitcoin Wallet Generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 70.6%
  • JavaScript 29.4%