mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-07-04 03:22:31 +00:00
Consistent package naming for standalone and replicating db guide
This commit is contained in:
parent
af55f118fe
commit
cfd0bc1b41
@ -195,7 +195,7 @@ To create an OrbitDB database peer, create a new project called `orbitdb-peer`:
|
|||||||
mkdir orbitdb-peer
|
mkdir orbitdb-peer
|
||||||
cd orbitdb-peer
|
cd orbitdb-peer
|
||||||
npm init
|
npm init
|
||||||
npm i helia orbitdb/core blockstore-level @chainsafe/libp2p-gossipsub
|
npm i helia @orbitdb/core blockstore-level @chainsafe/libp2p-gossipsub
|
||||||
```
|
```
|
||||||
|
|
||||||
Create a new file called index.js and paste in the following code:
|
Create a new file called index.js and paste in the following code:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user