Bitcoin Playground

Go CI

The purpose of this repo is to test assumptions and further understanding of Bitcoin/Blockchain. You can run simulations to generate Merkle Trees and assert membership via Merkle Proofs, similarly for generating a basic communal ledger with ECDSA signing.

Installation

Bitcoin Playground has no runtime dependencies. You can just download the binary and run it.

Alternatively, if you have a working Go environment:

git clone https://github.com/lf-hernandez/bitcoinplayground
cd bitcoinplayground
make