JavaScript implementation of the IPLD format spec for Pando objects.
> npm install ipld-pandoconst IPLDPando = require('ipld-pando')const IPLDPando = require('ipld-pando')TBD
js-ipld-pando is an implementation of the IPLD format spec meant to be used through the IPLD resolver. However, it can also be used as a standalone module:
const IPLDPando = require('ipld-pando')
IPLDPando.util.serialize(pandoNode, (err, binary) => {
if (err) {
throw err
}
console.log(binary)
})Feel free to join in or open an issue!
MIT © 2018 wespr