Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ipfs/js-blockstore-datastore-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockstore-datastore-adapter

Wraps a datastore with a blockstore

Table of Contents

Install

$ npm install blockstore-datastore-adapter

Usage

const { MemoryStore } = require('interface-datastore')
const BlockstoreDatastoreAdapter = require('blockstore-datastore-adapter')

const store = new BlockstoreDatastoreAdapter(new MemoryStore())

Contribute

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

This repository falls under the IPFS Code of Conduct.

License

Apache-2.0 OR MIT

About

A blockstore that uses a datastore for storage

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 5