pynchmeister / celestia-bundlr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

celestia-bundlr

This repo has been moved here and can be deleted

Notes

  • Intuition is that CIDs can be processed on Celestia (where exactly, is the question--gossipsub(?)), which route to bundlr, or equivalent service.
  • I beleive the entire lesson data fields (whether that be a smart contract like it is now, or a struct) should be included in the block type somewhere in this file...within the header struct perhaps? https://github.com/celestiaorg/rollmint/blob/main/types/block.go
  • Each block should have a 'lessonCID' field once struct/contract format is added to Rollmint. It is worth mentioning that the lessonCID is not generated until the lesson has completed...meaning the data storage needs to be performed on bundlr (or similar service), then the CID is created, and can be included in block(s)

Resources

About


Languages

Language:JavaScript 100.0%