docs: document App Kit Arc Testnet chain id and capabilities - #404
kutluhaneth46 wants to merge 3 commits into
Conversation
Answer circlefin#88 with an in-repo note: Arc_Testnet identifier, supported bridge/send/swap/unified-balance methods, minimal examples, and links to the current Circle App Kit docs.
Surface the new docs/app-kit-arc-testnet.md entry in the top-level Documentation list so builders find the Arc_Testnet App Kit guidance.
8c18720 to
18166a3
Compare
|
The new note is useful. I suggest adding two practical clarifications before merge because the capability table alone can be read as a guarantee that a route is currently executable:
A current Mainnet validation may be useful context (not a Testnet/App Kit claim): an immutable ownerless USDC/EURC wrapper at |
Address review feedback on circlefin#404: capability tables are not executable-quote guarantees, and browser vs developer-controlled custody should be explicit.
|
Thanks @osr21 — applied both clarifications in
|
ebb3712 to
18166a3
Compare
Address review feedback on circlefin#404: capability tables are not executable-quote guarantees, and browser vs developer-controlled custody should be explicit.
|
Replaced the cloud-agent SSH-signed commit (unknown_key) with a GitHub-verified commit ( |
Summary
Fixes #88.
Early App Kit releases left
kit.bridge()/kit.send()Arc Testnet paths poorly documented. Current Circle docs support Arc Testnet for Send, Bridge, Swap (USDC/EURC/cirBTC), and Unified Balance with the case-sensitive chain idArc_Testnet.This PR adds an in-repo developer note so builders starting from
arc-nodeget those answers without hunting external pages alone, and links it from the README documentation list.Changes
docs/app-kit-arc-testnet.mdcovering supported methods,Arc_Testnet/BridgeChain.Arc_Testnet, minimal bridge/send/swap examples, and practical adapter/kit-key notesREADME.mdSources
Test plan