TO7RA6ZIFAFWEX6W5BPXUZQNLLG32CBYLETPNIHUJ6U2EJSXCVOAC
FBH6VHGDS4QGHTBIHYT7RJIW6F75SOWY2EVJ2AMOAQPCB4DRU7ZAC
// mine //
const ctzn = bee.sub('ctzn.network') const follow = ctzn.sub('comment')
const ctzn = bee.sub('ctzn.network')
const follow = ctzn.sub('comment')
const stream = await bee.createReadStream({reverse: true, limit: 20})
const stream = await follow.createReadStream({reverse: true, limit: 35})
console.log(chunk)
console.log(JSON.stringify(chunk))
let feed = corestore.get({key: key}) //, sparse: true})
let feed = corestore.get({key: key, sparse: false})
}