Skip to content

Update blob-daddy to go-daash v0.3.0 #12

Description

@0xRampey

Currently blob-daddy allows posting arbitrary blobs to Celestia and Avail. We want to update the UI to allow users to verify the availability of their posted blobs.

Approach:
Posting and verification are currently separate processes. You cannot immediately verify the availability of a blob on L1 right after posting it to DA (not yet). The time gap is a couple hours. So its best to keep them on separate pages or tabs.
The flow would go like this:

  1. Choose DA
  2. Enter txHash for Celestia or (block height, extrinsic index) for Avail
  3. Click Verify button
  4. Show some blob data associated with the txHash
  5. Show Verified message alongwith:
  • link to contract
  • decoded data sent to our verifier contract
  • Profit?

Bonus
We could also have them upload blob data to check its availability. It'd be pretty cool.
Live demo this and send this out on socials.

cc @kautukkundan

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions