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 RPC Endpoint Links #1026

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
38 changes: 38 additions & 0 deletions docs/zkapps/public-rpc-endpoints.mdx
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1335,6 +1335,7 @@ module.exports = {
},
],
},
'zkapps/public-rpc-endpoints',
'zkapps/roadmap',
'zkapps/faq',
],
Expand Down