feat: enhance SDK documentation with CLI quick start and improved str…#172
Open
RichardPan992 wants to merge 2 commits into0gfoundation:mainfrom
Open
feat: enhance SDK documentation with CLI quick start and improved str…#172RichardPan992 wants to merge 2 commits into0gfoundation:mainfrom
RichardPan992 wants to merge 2 commits into0gfoundation:mainfrom
Conversation
…ucture - Add CLI quick start guide with installation and usage instructions - Rename section from 'SDK Usage' to 'Getting Started with 0G Serving SDK' - Reorganize content with clear sections for CLI and programmatic usage - Add comprehensive troubleshooting section
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Ravenyjh
reviewed
Jul 9, 2025
|
|
||
| 1. **Set up environment variables:** | ||
| ```bash | ||
| export LEDGER_CA=0x8A791620dd6260079BF849Dc5567aDC3F2FdC318 |
Collaborator
There was a problem hiding this comment.
this is only for dev mode
dorukardahan
added a commit
to dorukardahan/0g-doc
that referenced
this pull request
Feb 23, 2026
The SDK package.json and README specify Node.js >= 20.0.0 (fixed in 0g-serving-user-broker PR 0gfoundation#172). The docs still had the old 22.0.0 requirement in two compute network pages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes Made
Summary
This PR enhances the 0G Serving SDK documentation by adding a CLI quick start guide and improving the overall structure for better developer experience.
This change is