The goal of this repo is to formalize a set of functions that facilitate:
- conversion of JSON objects and large media files into IPFS combatible CIDs
- store/pin bytes to “IPFS mainnet” at our determinstically produced CIDs
- retrieve bytes from IPFS addressed by those same CIDs via a gateway
(1) Sketch of serialization, hashing, and encoding functions for use with River data formats
src/ipfs.ts
is where to find serialization, hasing, encoding functionssrc/types.ts
exports draft version of our protocol actions spec for reference
(2) Undrafted
(3) Undrafted