orbitdb / field-manual

The Offical User's Guide to OrbitDB
207 stars 43 forks source link

Update Code Snippets to latest js-IPFS #128

Closed CSDUMMI closed 3 years ago

CSDUMMI commented 3 years ago

As of this writting, the field manual uses the js-IPFS and orbitdb versions:

ipfs@0.35.0
orbit-db@0.25.3

Though this is only visible in the browser, because there the versions of the packages are actually provided.

While for NodeJS, the tutorial just let's you install the most recent version for both.

I raise two issues/todos here:

  1. Update the version numbers in the Install Section of 01_Tutorial for both NodeJS and the Browser.
  2. Update the source code for the Tutorials to use the modern js-ipfs and orbit-db syntax.
CSDUMMI commented 3 years ago

130 starts fixing this.