diff --git a/docs/zkapps/public-rpc-endpoints.mdx b/docs/zkapps/public-rpc-endpoints.mdx new file mode 100644 index 000000000..9e74ee1d5 --- /dev/null +++ b/docs/zkapps/public-rpc-endpoints.mdx @@ -0,0 +1,38 @@ +--- +title: Public RPC Endpoints +hide_title: true +sidebar_label: Public RPC Endpoints +description: Overview of Public RPC and GraphQL API Endpoints for the Mina Protocol +keywords: + - RPC + - GraphQL + - REST API + - Minascan + - Mina Explorer + - Minataur + - Blockberry + - Mina Protocol + - Public Endpoints + - o1js + - zkApps + - API Documentation + +--- + + +# Public RPC Endpoints + +:::info +For a detailed guide on setting up your own project with an o1js GraphQL endpoint, see the section on [starting your own project](/zkapps/writing-a-zkapp/introduction-to-zkapps/how-to-write-a-zkapp) +::: + +### Minascan (Blockberry) +- [GraphQL](https://docs.blockberry.one/reference/mina-graphqlarchive-nodes) +- [REST API](https://docs.blockberry.one/reference/mina-mainnet-quickstart) + +### Mina Explorer +- [GraphQL](https://docs.minaexplorer.com/minaexplorer/graphql-getting-started) +- [REST API](https://docs.minaexplorer.com/rest-api) + +### Minataur +- [REST API](https://minataur.net/api/restful) diff --git a/sidebars.js b/sidebars.js index ae130f51e..5bab387bb 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1335,6 +1335,7 @@ module.exports = { }, ], }, + 'zkapps/public-rpc-endpoints', 'zkapps/roadmap', 'zkapps/faq', ],