1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-09 15:53:54 +00:00

Merge pull request #1018 from hoganri/patch-2

BIP 0085: Add link to JavaScript library implementation
This commit is contained in:
Luke Dashjr
2021-02-03 21:56:44 +00:00
committed by GitHub

View File

@@ -71,11 +71,12 @@ OUTPUT
==Reference Implementation==
Python library implementation: [https://github.com/ethankosakovsky/bipentropy python-bipentropy]
* Python library implementation: [https://github.com/ethankosakovsky/bip85]
* JavaScript library implementation: [https://github.com/hoganri/bip85-js]
===Other Implementations===
Coldcard Firmware: [https://github.com/Coldcard/firmware/pull/39]
* Coldcard Firmware: [https://github.com/Coldcard/firmware/pull/39]
==Applications==