mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-07 14:46:37 +00:00
parent
672633c2cd
commit
20f3ea1e1c
@ -142,6 +142,7 @@ const ipfs = IpfsClient('localhost', '5001')
|
|||||||
const orbitdb = await OrbitDB.createInstance(ipfs)
|
const orbitdb = await OrbitDB.createInstance(ipfs)
|
||||||
const db = await orbitdb.log('hello')
|
const db = await orbitdb.log('hello')
|
||||||
// Do something with your db.
|
// Do something with your db.
|
||||||
|
// Of course, you may want to wrap these in an async function.
|
||||||
```
|
```
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
Loading…
x
Reference in New Issue
Block a user