xpub-tool icon indicating copy to clipboard operation
xpub-tool copied to clipboard

A JavaScript library to derive bitcoin addresses from extended public keys. Includes a web tool and CLI.

Results 2 xpub-tool issues
Sort by recently updated
recently updated
newest added

I was on the stream with master philosopher @dergigi and tried deriving 3 addresses from xpub: ``` > xpub derive xpub6CQtk4bkfG1d4UTWNBwmWGP95gjvTvEKZhm74CxLfbd4XqXY5wkyaUvLoWyy6Le24VxCqg2nASLu2xhNaDh5FhFDf8ndUUgbm8q1VDqCipy -v -n 3 { path: "m/84'/0'/0'/0/0", address: 'bc1qcksx27qlksr2cy3pnwdw0mnm94c5cm0vz3jh6e' }...

Do you think it is possible to extend functionality of you libary and support arbitrary coin types like https://iancoleman.io/bip39/ does?