You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python library for the implementation of Bitcoin Improvement Proposal - 0038 / (BIP38) protocol.
16
11
This library supports both [No EC-multiply](https://github.com/bitcoin/bips/blob/master/bip-0038.mediawiki#encryption-when-ec-multiply-flag-is-not-used) and [EC-multiply](https://github.com/bitcoin/bips/blob/master/bip-0038.mediawiki#encryption-when-ec-multiply-mode-is-used) modes and is compatible with over 150+ cryptocurrencies.
@@ -29,7 +24,7 @@ pip install bip38
29
24
If you want to run the latest version of the code, you can install from the git:
> We accept a wide range of cryptocurrencies! If you'd like to donate using another coin, generate an address using the following ECC public keys at [https://hdwallet.online](https://hdwallet.online):
A Python library for the implementation of Bitcoin Improvement Proposal - 0038 / (BIP38) protocol.
26
26
This library supports both `No EC-multiply <https://github.com/bitcoin/bips/blob/master/bip-0038.mediawiki#encryption-when-ec-multiply-flag-is-not-used>`_ and `EC-multiply <https://github.com/bitcoin/bips/blob/master/bip-0038.mediawiki#encryption-when-ec-multiply-mode-is-used>`_ modes and is compatible with over 150+ cryptocurrencies.
@@ -42,10 +42,10 @@ If you want to run the latest version of the code, you can install from git:
For the versions available, see the `tags on this repository <https://github.com/talonlab/python-bip38/tags>`_.
48
+
For the versions available, see the `tags on this repository <https://github.com/hdwallet-io/python-bip38/tags>`_.
49
49
50
50
Quick Usage
51
51
===========
@@ -451,7 +451,7 @@ EC multiply:
451
451
Development
452
452
===========
453
453
454
-
We welcome pull requests. To get started, just fork this `github repository <https://github.com/talonlab/python-bip38>`_, clone it locally, and run:
454
+
We welcome pull requests. To get started, just fork this `github repository <https://github.com/hdwallet-io/python-bip38>`_, clone it locally, and run:
455
455
456
456
::
457
457
@@ -475,26 +475,9 @@ tests against a specific version of Python.
475
475
Contributing
476
476
============
477
477
478
-
Feel free to open an `issue <https://github.com/talonlab/python-bip38/issues>`_ if you find a problem,
478
+
Feel free to open an `issue <https://github.com/hdwallet-io/python-bip38/issues>`_ if you find a problem,
479
479
or a pull request if you've solved an issue. And also any help in testing, development,
480
480
documentation and other tasks is highly appreciated and useful to the project.
481
481
There are tasks for contributors of all experience levels.
482
482
483
-
For more information, see the `CONTRIBUTING.md <https://github.com/talonlab/python-bip38/blob/master/CONTRIBUTING.md>`_ file.
0 commit comments