# go-ipld-btc **Repository Path**: mirrors_marten-seemann/go-ipld-btc ## Basic Information - **Project Name**: go-ipld-btc - **Description**: ipld handlers for bitcoin - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-04 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Bitcoin ipld format ================== [![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) [![Coverage Status](https://coveralls.io/repos/github/ipfs/go-ipld-btc/badge.svg?branch=master)](https://coveralls.io/github/ipfs/go-ipld-btc?branch=master) [![Travis CI](https://travis-ci.org/ipfs/go-ipld-btc.svg?branch=master)](https://travis-ci.org/ipfs/go-ipld-btc) > 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](#install) - [Usage](#usage) - [API](#api) - [Contribute](#contribute) - [License](#license) ## Install ```sh go get github.com/ipfs/go-ipld-btc ``` ## Contribute PRs are welcome! Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. ## License MIT © Jeromy Johnson