Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP - v2 Golang Dispersal Guide #47

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

mmurrs
Copy link
Contributor

@mmurrs mmurrs commented Jan 10, 2025

Separating out v1 and v2 guides

Including a Golang Guide for dispersal and interacting with the disperser client using both on-demand and reservations

Copy link

vercel bot commented Jan 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
eigenda-docs ✅ Ready (Inspect) Visit Preview Jan 15, 2025 6:19pm

Copy link
Contributor

@hopeyen hopeyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pretty clean:)

docs/integrations-guides/dispersal/v2/golang-client.md Outdated Show resolved Hide resolved
docs/integrations-guides/dispersal/v2/golang-client.md Outdated Show resolved Hide resolved
Comment on lines +117 to +121
#### 6. Check a Blob status
Call `GetBlobStatus()` to interact with the data
```Golang
blobStatus, err = disp.GetBlobStatus(ctx, request_id)
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be nice to have the whole code as a single copy-pastable block at the end. I personally don't like following tutorial where I need to copy-paste a gazillion things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants