Go to file
seedhammer b3f2a65043 init
2023-11-01 14:53:51 -05:00
cod init 2023-11-01 14:53:51 -05:00
psbt init 2023-11-01 14:53:51 -05:00
go.mod init 2023-11-01 14:53:51 -05:00
go.sum init 2023-11-01 14:53:51 -05:00
main.go init 2023-11-01 14:53:51 -05:00
README.md init 2023-11-01 14:53:51 -05:00

Serialization of Bitcoin Output Descriptors

This is a rough Go implementation of https://github.com/BlockchainCommons/Research/issues/135.

Run it with

$ go run github.com/seedhammer/bip-serialized-descriptors@main

It can also be used from the Go playground: https://go.dev/play/p/nouZlbbcEWt.