kappa-db / workshop

let's learn how to write peer-to-peer applications in javascript!
https://kappa-db.github.io/workshop
71 stars 26 forks source link

Pass hypercore as first argument to multifeed #25

Closed jes closed 4 years ago

jes commented 4 years ago

I guess the multifeed API changed between the documentation being written and now.

Even with this change, the example solution still doesn't work, I am working on fixing it.

jes commented 4 years ago

Update: it looks like hypercore as a first argument is actually not required in the latest version of multifeed, and the problem is just that the package.json from the gist that was linked on the public copy of the tutorial fetches an old version of multifeed.

hackergrrl commented 4 years ago

Nice find. Fixed in https://github.com/kappa-db/workshop/pull/24