UNPKG

orbit-db-mfsstore

Version:

MFS backed Key-Value Store for orbit-db

17 lines (9 loc) 242 B
const IPFS = require('ipfs') class TestIpfs { static async get() { return IPFS.create({ repo: './test/test-repos/' + Math.random().toString() }) } } module.exports = TestIpfs