Some Handshake tools for finding addresses using extended public keys
** * 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 | ||
.gitignore | ||
LICENSE | ||
README.md |