https://github.com/cypherstack/bip47
https://github.com/cypherstack/bip47
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cypherstack/bip47
- Owner: cypherstack
- License: mit
- Created: 2022-12-16T22:42:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-14T21:51:12.000Z (7 months ago)
- Last Synced: 2025-11-14T23:40:42.871Z (7 months ago)
- Language: Dart
- Size: 81.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# BIP47 version 1
https://github.com/OpenBitcoinPrivacyProject/bips/blob/master/bip-0047.mediawiki#version-1
Simple v1 BIP47 functionality in Dart
Based mainly on the following:
https://github.com/sparrowwallet/drongo/tree/master/src/main/java/com/sparrowwallet/drongo/bip47
https://github.com/Samourai-Wallet/ExtLibJ/tree/3b9832954d3754baaca3307ecc6a872f5aa5d9bc/java/com/samourai/wallet/bip47
Note: Use at your own risk