> ## Documentation Index
> Fetch the complete documentation index at: https://metalayerlabs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Node Providers

## Quicknode

[Quicknode](https://quicknode.com) provides public and private rpc endpoints for Blast, along with websocket support.

**Supported Networks**

* Blast Mainnet - Public RPC: [https://rpc.blast.io](https://rpc.blast.io)
* Blast Sepolia - Public RPC: [https://sepolia.blast.io](https://sepolia.blast.io)

***

## Infura

[Infura](https://infura.io) provides public and private rpc endpoints for Blast.

**Supported Networks**

* Blast Mainnet - Public RPC: [https://blast.din.dev/rpc](https://blast.din.dev/rpc)
* Blast Sepolia - Public RPC: [https://testnet.blast.din.dev/rpc](https://testnet.blast.din.dev/rpc)

***

## Blast API (no affiliation to Blast L2)

[Blast API](https://blastapi.io) provides public and private rpc endpoints for Blast.

**Supported Networks**

* Blast Mainnet - Public RPC: [https://blastl2-mainnet.public.blastapi.io](https://blastl2-mainnet.public.blastapi.io)
* Blast Sepolia - Public RPC: [https://blastl2-sepolia.public.blastapi.io](https://blastl2-sepolia.public.blastapi.io)

***

## How to run your own nodes

If you want to self host Blast nodes, then you can follow the guide here which uses docker compose for a painless setup process: [https://github.com/blast-io/deployment](https://github.com/blast-io/deployment)

The above repo also links to more advanced documentation if you have custom deployment needs that require building the Blast software from source.
