stackrlabs / go-daash

Fast DA-as-a-Service (DAash) 🏃
7 stars 2 forks source link

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

Open 0xRampey opened 5 months ago

0xRampey commented 5 months ago

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:

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

aashutoshrathi commented 5 months ago

Let's also move this issue to https://github.com/stackrlabs/blob-daddy once we approve the flow

aashutoshrathi commented 4 months ago

On the UX of this, if we are building this. We can have this:

cc: @0xRampey @kautukkundan