|
85d8c13311
|
feat: Add generator script
|
2025-01-27 18:23:04 +11:00 |
|
|
be688217c0
|
feat: add find address
|
2025-01-26 12:16:17 +11:00 |
|
|
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 |
|
|
4b7f86b68f
|
feat: Added find-address
|
2025-01-26 12:15:29 +11:00 |
|
|
39b9ae7bba
|
Initial commit
|
2025-01-26 12:14:22 +11:00 |
|