Draft: refresh SDK and daemon docs for current setup, retrieval, and storage flow#7
Draft
JimCollinson wants to merge 7 commits intomainfrom
Draft
Draft: refresh SDK and daemon docs for current setup, retrieval, and storage flow#7JimCollinson wants to merge 7 commits intomainfrom
JimCollinson wants to merge 7 commits intomainfrom
Conversation
Bring the daemon, external-signer, and reference pages back in line with merged ant-sdk and ant-node changes so reviewers can assess the current behavior from one draft PR.
Collaborator
Author
|
@claude Please review this draft PR against current merged truth in
|
|
Claude encountered an error —— View job PR Review in Progress
|
Document the wave-batch versus Merkle chunk threshold and the fixed candidate count in pool commitments so integrators can predict and validate the two-phase payment flow.
Keep the source-build truth for antd, but lead readers through read-only startup before branching into default-network writes or a local devnet so the getting-started flow stays clear and gradual.
Introduce a read-only Getting Started page, wire it into the daemon flow, and make retrieval the first follow-on before upload setup so the SDK route progresses from health check to retrieval before payment decisions.
Rename the Getting Started pages around the SDK, CLI, Rust, daemon, retrieval, and write flows so the sequence reads cleanly, and clarify that read-only retrieval needs an existing public address unless you create one first.
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.

Summary
payment_vault_address, and daemon timeout/concurrency flagsantdread-only, retrieve existing data from the network first, then branch into default-network writes, external signers, or a local devnetRetrieve Data from the NetworkGetting Started page and wire it into navigation and the deeper read-only guideBuild with the SDKs->Start the Local Daemon->Retrieve Data from the Network->Store Data on the Network->Use the CLI->Build Directly in Rustembed-a-node.md,manage-keys.md, and related guides to match the currentant-nodecrate release and CLI usageWhy
Recent merged
ant-sdk,ant-client, andant-nodechanges moved these docs out of sync around payment vault configuration, upload result models, daemon runtime options, and the practical onboarding flow for the SDK route. This draft PR brings the technical details back in line with merged truth and makes the first-run daemon path progress from health check to retrieval before upload payment choices, without inventing an install path that does not exist yet.Source Refs
ant-sdk:bf541ccd4ae1fd3e174fb7b5bb21deef38d999ceant-client:eb29e99937b1aedba02db04e1ae59bd923b424a3ant-node:d3f5ba969b8ccf98ca0c50b661a3762aec904634Review Focus
EVM_PAYMENT_VAULT_ADDRESSnow replaces the older daemon payment env names everywhere this batch touchesant-nodecrate version, custom EVM note, andantCLI invocation examples reflect the merged source-of-truth behavior