docs: add Starknet support across documentation and API specifications - #19
Open
sundayonah wants to merge 3 commits into
Open
docs: add Starknet support across documentation and API specifications#19sundayonah wants to merge 3 commits into
sundayonah wants to merge 3 commits into
Conversation
- Updated introduction, protocol overview, and architecture documents to include Starknet as a supported network. - Modified OpenAPI specifications (v1 and v2) to reflect Starknet in network enumerations and descriptions. - Enhanced implementation guides to specify Starknet wallet address requirements and API integration details. - Updated changelog to highlight Starknet's full support, including contract addresses and network identifier usage. - Revised supported stablecoins documentation to include Starknet for USDT and USDC, along with relevant contract addresses. This commit ensures comprehensive documentation for developers integrating with the Starknet network.
chibie
requested changes
Jul 25, 2026
- Updated introduction, protocol overview, and architecture documents to include Tron as a supported network. - Modified OpenAPI specifications (v1 and v2) to reflect Tron in network enumerations and descriptions. - Enhanced implementation guides to specify Tron wallet address requirements and API integration details. - Updated changelog to highlight Tron's full support, including contract addresses and network identifier usage. - Revised supported stablecoins documentation to include Tron for USDT, along with relevant contract addresses. This commit ensures comprehensive documentation for developers integrating with the Tron network.
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.
Description
With Starknet live in Paycrest routing, the docs still marked it as Coming Soon / TBA. This PR brings official docs in line so developers can configure and accept Starknet payments without address/network mistakes.
What changed
starknet, chainSN_MAIN).0x06ff3a3b1532da65594fc98f9ca7200af6c3dbaf37e7339b0ebd3b3f2390c583+ Voyager link.starknetto OpenAPI v1/v2 network enums.No API/contract code changes — documentation only.
References
Testing
Preview with Mintlify locally (
mintlify dev) and spot-check:starknetCross-checked network id and token contracts against live
GET /v2/tokensThis change adds test coverage for new/changed/fixed functionality
Checklist
mainBy submitting a PR, I agree to Paycrest's Contributor Code of Conduct and Contribution Guide.