JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q43103F
  • License GPL-3.0-or-later

Portable data feed structures on top of decentralized storage

Package Exports

  • dfeeds

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dfeeds) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

DFEEDS

let feed = require('dfeeds');

let topic = new Uint8Array(32);
console.debug(new feed.indexed(topic).next());

> Uint8Array(32) [
>   173,  50,  40, 182, 118, 247, 211, 205,
>    66, 132, 165,  68,  63,  23, 241, 150,
>    43,  54, 228, 145, 179,  10,  64, 178,
>    64,  88,  73, 229, 151, 186,  95, 181
> ]