docs: add 'Is SODAX on Testnet?' how-to page + FAQ answer#20
Closed
0x0603 wants to merge 1 commit into
Closed
Conversation
Adds a mainnet-only explainer under developers/how-to answering the four testnet questions (is SODAX on testnet / why not / can I integrate) and pointing readers to safe mainnet testing next steps, plus a condensed FAQ entry and the SUMMARY nav link. Also de-hardcodes the stale chain count in FAQ Q1 (drop 20/12/8 numerals, add Hedera).
Member
Author
|
Folded into #21 (one PR per repo for issue #265). |
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.
Addresses the testnet part of icon-project/sodax-sdks#265 (per @DavidFBD).
What
developers/how-to/testnet.md(/developers/how-to/testnet) — a mainnet-only explainer that answers the four questions from the issue (Is SODAX on testnet? / SODAX testnet? / Why not? / Can I integrate on testnet?) and, per the ask, guides the reader to useful next steps (test with small amounts on mainnet,apps/nodeprivate-key providers, AI skills) so they keep exploring instead of churning.developers/faq.md) — added a condensed testnet Q&A (new Revert "feat: linked sodax-frontend repo sdks" #2) linking to the how-to page.Also (docs-vs-code correctness)
@sodax/types(ChainKeys).Grounding
Verified mainnet-only against
@sodax/types: every chain is a*_MAINNETentry (mainnet: true); there are no testnet chain configs, RPC endpoints, or a network toggle in the SDK.Companion PR in
sodax-sdksremoves a stale<SodaxProvider testnet={false}>example (no such prop).