Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mainnet graphql and playground links #36

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ The playground is an interactive and graphical IDE that includes a reference for

You can test out the Fuel GraphQL API playground here:

https://testnet.fuel.network/v1/playground
**Testnet**: https://testnet.fuel.network/v1/playground

**Mainnet**: https://mainnet.fuel.network/v1/playground

## RPC Endpoint

This is the RPC endpoint you can use in your applications to interact with the Fuel blockchain, whether it's retrieving on-chain data or sending transactions:
These are the RPC endpoints you can use in your applications to interact with the Fuel blockchain, whether it's retrieving on-chain data or sending transactions:

**Testnet**: https://testnet.fuel.network/v1/graphql

`https://testnet.fuel.network/v1/graphql`.
**Mainnet**: https://mainnet.fuel.network/v1/graphql

> Note that this is the same endpoint used in the playground above.
Loading