blockcodec-to-ipld-format
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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:

Readme

Keywords

none

Package Sidebar

Install

npm i blockcodec-to-ipld-format

Weekly Downloads

56

Version

2.0.0

License

MIT/Apache

Unpacked Size

85.8 kB

Total Files

8

Last publish

Collaborators

  • achingbrain