An open API service indexing awesome lists of open source software.

https://github.com/ipld/go-ipld-btc

ipld handlers for bitcoin
https://github.com/ipld/go-ipld-btc

Last synced: 8 months ago
JSON representation

ipld handlers for bitcoin

Awesome Lists containing this project

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.