Problem Some time ago I started writing a blockchain implementation for learning purposes. I used this article as reference. Originally […]
Tag: blockchain
Listens for custom messages on the production Bitcoin blockchain
Problem The application listens for OP_RETURN messages on the Bitcoin blockchain and prints them to standard output. OP_RETURN is a […]