Bitcoin ipld format

February 24, 2021 ยท View on GitHub

Coverage Status Travis CI

An ipld codec for Bitcoin blocks and transactions allowing path traversals across the blockchain!

Note: This is WIP and may not be an entirely correct parser.

Table of Contents

  • Install
  • Usage
  • API
  • Contribute
  • License

Install

go get github.com/ipfs/go-ipld-btc

Contribute

PRs are welcome!

Small note: If editing the Readme, please conform to the standard-readme specification.

Contents

  1. 1Table of Contents
  2. 2Install
  3. 3Contribute