btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.1k stars 2.31k forks source link

Support Output Descriptors #2137

Open zoop-btc opened 3 months ago

zoop-btc commented 3 months ago

I would propose to create a library for handling output descriptors similar to what btcutil/hdkeychain does. It is a standard which a lot of wallets follow and it would be useful to be able to import such wallets or export them in this format.

Roasbeef commented 3 months ago

That would be super cool. I think a portion of the implementation may end up living within btcwallet as well: https://github.com/btcsuite/btcwallet