We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a2521 commit 7207d6aCopy full SHA for 7207d6a
README.md
@@ -18,10 +18,10 @@ $ npm install blockstore-datastore-adapter
18
## Usage
19
20
```js
21
-const { MemoryStore } = require('interface-datastore')
22
-const BlockstoreDatastoreAdapter = require('blockstore-datastore-adapter')
+import { MemoryDatastore } from ('datastore-core/memory')
+import { BlockstoreDatastoreAdapter } from 'blockstore-datastore-adapter'
23
24
-const store = new BlockstoreDatastoreAdapter(new MemoryStore())
+const store = new BlockstoreDatastoreAdapter(new MemoryDatastore())
25
```
26
27
## Contribute
0 commit comments