Home

Awesome

blockcodec-to-ipld-format <!-- omit in toc -->

Convert a BlockCodec from the multiformats module into an IPLD Format for use with the IPLD module.

Table of contents <!-- omit in toc -->

Install

$ npm i blockcodec-to-ipld-format

Use

const { convert } = require('blockcodec-to-ipld-format')
const dagCbor = require('@ipld/dag-cbor')

const format = convert(dagCbor)

// use interface-ipld-format methods
console.info(format.codec)
console.info(format.defaultHashAlg)
console.info(format.util.serialize({ foo: 'bar' }))
// etc..

API

https://ipld.github.io/js-blockcodec-to-ipld-format/

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

License

This project is dual-licensed under Apache 2.0 and MIT terms: