README
@ocap/adapter-nedb
OCAP Adapter that stores data to the disk through nedb
Table of Contents
Install
npm install @ocap/adapter-nedb
// or
yarn add @ocap/adapter-nedb
Usage
const NedbAdapter = require('@ocap/adapter-nedb');
const storage = new NedbAdapter({
dataDir: os.tmpdir(),
chainId: 'demo-chain',
});
Contributors
Name | Website |
---|---|
wangshijun | https://www.arcblock.io |