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
- Host: GitHub
- URL: https://github.com/ipld/go-ipld-btc
- Owner: ipld
- License: mit
- Created: 2016-12-13T18:41:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-21T08:38:48.000Z (10 months ago)
- Last Synced: 2025-08-21T09:39:22.837Z (10 months ago)
- Language: Go
- Homepage:
- Size: 2.75 MB
- Stars: 24
- Watchers: 22
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Bitcoin ipld format
==================
[](http://ipn.io)
[](http://ipfs.io/)
[](http://webchat.freenode.net/?channels=%23ipfs)
[](https://coveralls.io/github/ipfs/go-ipld-btc?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.