stackrlabs / go-daash

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

feat(availda): add DAVerifier and avail bridge contract bindings #9

Closed 0xRampey closed 6 months ago

0xRampey commented 6 months ago

This PR allows verifying data availability of a tx and its respective blob on Sepolia via VectorX.

fixes https://github.com/stackrlabs/Internal-Project-Tracking/issues/43

0xRampey commented 6 months ago

Also added ability to upload blob data as calldata and verify data inclusion and availability on chain!

0xRampey commented 6 months ago

LGTM, except can we not read chainName from .env and default it to sepolia, also left few more comments

Thanks, we already are defaulting to sepolia btw