How to Reverse Engineer Counterparty TX’s

For my pet-project Electrum Counterparty I need to replicate the various op_return messages used by Counterparty. Beware, this blog post is very technical – not very interesting for most people – but I share my insights to other developers who may be interested. A good starting point is the counterpartylib python code. Each transaction type (also called message) has its own .py script. The overall structure is added to a […]