orbitdb / example-orbitdb-todomvc

TodoMVC with OrbitDB
MIT License
22 stars 16 forks source link

fixes app and updates ipfs link #11

Closed tabcat closed 3 years ago

tabcat commented 3 years ago

Unfortunately this isn't using the latest IPFS or OrbitDB versions, using 0.49 and 0.25 respectively, but everything is working. I believe I had connectivity issues with further versions of IPFS and have previously had issues with them working with OrbitDB 0.26. Also the latest npm publish to OrbitDB doesn't include a dist/ which holds pre-compiles this app uses.

While lightly testing the app, peer discovery took ~30-60sec with low latency once connected.

Summary of changes

apologies for some spaces being removed or added as it makes the changes more verbose. I believe this was done by previous changes to src/app.jsx which I reverted to an older version.

related