DEV Community

Discussion on: OrbitDB - Peer to Peer , Serverless, Distributed Database for Blockchain Applications.

Collapse
 
sudarshansb143 profile image
sudarshan
constdb = await orbitdb.feed('users');
Enter fullscreen mode Exit fullscreen mode

this should be

const db = await orbitdb.feed('users');
Enter fullscreen mode Exit fullscreen mode

In first few code blocks :)

Collapse
 
legaciespanda profile image
Ernest Obot

Thanks. @sudarshansb143 I will correct it