kappa-db / multifeed

Multi-writer hypercore.
135 stars 27 forks source link

api: multi.feed(key), what's the key? #20

Closed ZhouHansen closed 5 years ago

ZhouHansen commented 5 years ago

In Readme:

var feed = multi.feed(key) Fetch a feed by its key key (a Buffer or hex string).

What's the key here, discovery key?

hackergrrl commented 5 years ago

Each feed (hypercore) is identified by a public key (called .key in its API)