README file update.
This commit is contained in:
parent
76ea9405d6
commit
fbef532c48
1 changed files with 11 additions and 14 deletions
25
README
25
README
|
@ -1,21 +1,18 @@
|
||||||
bitaddress.org
|
WalletGenerator.net
|
||||||
JavaScript Client-Side Bitcoin Wallet Generator
|
JavaScript Client-Side Universal Wallet Generator
|
||||||
|
|
||||||
Now Bitcoin addresses and their corresponding private key can be conveniently
|
Now cryptocurrency wallets addresses and their corresponding private key can be conveniently
|
||||||
generated in a web browser.
|
generated in a web browser.
|
||||||
|
|
||||||
The bitaddress.org project provides an all-in-one HTML document with embedded
|
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
|
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
|
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
|
JavaScript locally and trust that the JavaScript did not change after being
|
||||||
loaded.
|
loaded.
|
||||||
|
|
||||||
Here is a link to the BitcoinTalk.org forum topic discussing this project:
|
|
||||||
https://bitcointalk.org/index.php?topic=43496.0
|
|
||||||
|
|
||||||
|
Please send DONATIONS for this project using the cryptocurrency addresses available
|
||||||
Please send DONATIONS for this project to Bitcoin Address:
|
on the 'Donate' tab of the website.
|
||||||
1NiNja1bUmhSoTXozBRBEtR8LeF9TGbZBN
|
|
||||||
|
|
||||||
|
|
||||||
END USER NOTES:
|
END USER NOTES:
|
||||||
|
@ -32,8 +29,8 @@ END USER NOTES:
|
||||||
|
|
||||||
Notice of Copyrights and Licenses:
|
Notice of Copyrights and Licenses:
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
The bitaddress.org project, software and embedded resources are copyright bitaddress.org.
|
The WalletGenerator.net project, software and embedded resources are copyright WalletGenerator.net.
|
||||||
The bitaddress.org name and logo are not part of the open source license.
|
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
|
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
|
of others. The individual copyrights are included throughout the document along with their
|
||||||
|
@ -45,13 +42,13 @@ JavaScript function License
|
||||||
Array.prototype.map Public Domain
|
Array.prototype.map Public Domain
|
||||||
window.Crypto BSD License
|
window.Crypto BSD License
|
||||||
window.SecureRandom BSD License
|
window.SecureRandom BSD License
|
||||||
window.EllipticCurve BSD License
|
window.EllipticCurve BSD License
|
||||||
window.BigInteger BSD License
|
window.BigInteger BSD License
|
||||||
window.QRCode MIT License
|
window.QRCode MIT License
|
||||||
window.Bitcoin MIT License
|
window.Bitcoin MIT License
|
||||||
|
|
||||||
The bitaddress.org software is available under The MIT License (MIT)
|
The WalletGenerator.net software is available under The MIT License (MIT)
|
||||||
Copyright (c) 2011-2013 bitaddress.org
|
Copyright (c) 2014 WalletGenerator.net
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
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
|
software and associated documentation files (the "Software"), to deal in the Software
|
||||||
|
|
Loading…
Add table
Reference in a new issue