Skip to content

ipld/js-blockcodec-to-ipld-format

Repository files navigation

blockcodec-to-ipld-format

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

Table of contents

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:

About

Convert a BlockCodec from the multiformats module to an IPLD format

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •