ipld-in-memory

8.0.0 • Public • Published

ipld-in-memory

Build Status dependencies Status JavaScript Style Guide

IPLD in your RAM

This is the util to create an in memory IPLD instance that the ipld module used to export but as a separate module.

Install

npm install ipld-in-memory

Usage

const IPLD = require('ipld')
const inMemory = require('ipld-in-memory')

// options object to be passed to the IPLD constructor -
// this module sets the 'blockService' property in the options object
// so any passed value for that key will be ignored
const ipldOpts = {}

const ipld = await inMemory(IPLD, ipldOpts)
// ipld is an instance of IPLD (https://www.npmjs.com/package/ipld) configured
// to use an in memory repo for storage!

Contribute

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Protocol Labs, Inc.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 8.0.0
    22
    • latest

Version History

Package Sidebar

Install

npm i ipld-in-memory

Weekly Downloads

231

Version

8.0.0

License

MIT

Unpacked Size

4.92 kB

Total Files

6

Last publish

Collaborators

  • vmx
  • alanshaw