Skip to content

docs: add Starknet support across documentation and API specifications - #19

Open
sundayonah wants to merge 3 commits into
mainfrom
docs/starknet-support
Open

docs: add Starknet support across documentation and API specifications#19
sundayonah wants to merge 3 commits into
mainfrom
docs/starknet-support

Conversation

@sundayonah

Copy link
Copy Markdown
Collaborator

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

  • Marked Starknet as a supported network in introduction, protocol overview, and architecture (network id starknet, chain SN_MAIN).
  • Updated Gateway Contract Addresses: live gateway 0x06ff3a3b1532da65594fc98f9ca7200af6c3dbaf37e7339b0ebd3b3f2390c583 + Voyager link.
  • Added Starknet USDT/USDC to Supported Stablecoins (matrix + contract addresses) and a v2 offramp example.
  • Added starknet to OpenAPI v1/v2 network enums.
  • Sender API: Starknet address rules + dedicated offramp curl example; provider setup and troubleshooting tips for Starknet wallets.
  • Smart Contract Interaction: note that EVM examples apply to EVM only; Starknet via Sender API.
  • Changelog: Starknet network support (July 2026).

No API/contract code changes — documentation only.

References

Testing

  • Preview with Mintlify locally (mintlify dev) and spot-check:

    • Gateway addresses table shows Starknet ✅ Live
    • Supported Stablecoins lists Starknet USDT/USDC
    • Sender API “Offramp (Starknet)” example and address note
    • OpenAPI network enums include starknet
    • Changelog entry renders under Q2 2026
  • Cross-checked network id and token contracts against live GET /v2/tokens

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation and tests for new/changed/fixed functionality in this PR
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not main

By submitting a PR, I agree to Paycrest's Contributor Code of Conduct and Contribution Guide.

- 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.
Comment thread implementation-guides/provider-setup-guide.mdx Outdated
Comment thread implementation-guides/provider-setup-guide.mdx Outdated
Comment thread implementation-guides/provider-setup-guide.mdx
- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update paycrest docs for starknet support

2 participants