Add ECloud SDK reference documentation#292
Open
MadelineAu wants to merge 4 commits into
Open
Conversation
Provides comprehensive documentation for Claude Code instances working in this repository, including build commands, architecture overview, documentation structure, custom plugins, redirect patterns, and development workflows. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Documents the hybrid approach for maintaining ecloud SDK reference docs: - Auto-generated structure from source repo analysis - Manual curation of examples and best practices - Update workflow when SDK versions change - Documentation structure and organization Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Adds critical context for maintaining ecloud SDK reference docs: - Explicitly exclude internal-only features (sepolia-dev environment) - Document environment prerequisites (subscription + ETH required for both) - Link to billing and prerequisites documentation - Ensure future maintainers have complete context Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Create initial SDK reference docs with overview and client configuration: - overview.md: SDK overview, installation, quick start, modules, environments - client.md: Client creation, configuration, authentication, error handling - _category_.json: Sidebar configuration (label: ECloud SDK) Structure follows EigenCloud docs pattern (overview.md not index.md). Includes Mainnet Alpha limitations note and links to related guides. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Create initial ECloud SDK reference documentation with two sections:
Overview
Client configuration
Structure
overview.md(notindex.md) following EigenCloud docs pattern_category_.jsonwith label "ECloud SDK"Source: ecloud@v0.5.0 (https://github.com/Layr-Labs/ecloud)
🤖 Generated with Claude Code