This website requires JavaScript.
Explore
Help
Sign In
nathanwoodburn
/
hns-address
Watch
1
Star
0
Fork
0
You've already forked hns-address
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Some Handshake tools for finding addresses using extended public keys
3
Commits
1
Branch
0
Tags
54
KiB
JavaScript
100%
ecc4b47dff
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Nathan Woodburn
ecc4b47dff
Delete ** * This script finds an address given an account extended public key * Usage: edit these fields below and run it like
node find-address.js
*/ const assert = require('node:assert/strict'); const HDPublicKey = require('hsd/lib/hd/find-address.js
2025-01-26 12:15:52 +11:00
.gitignore
Initial commit
2025-01-26 12:14:22 +11:00
LICENSE
Initial commit
2025-01-26 12:14:22 +11:00
README.md
Initial commit
2025-01-26 12:14:22 +11:00
README.md
hns-address