mirror of
https://github.com/status-im/docs.status.network.git
synced 2026-08-31 02:21:07 +00:00
50 lines
2.6 KiB
Markdown
50 lines
2.6 KiB
Markdown
---
|
|
id: tools-index
|
|
title: 'Tools & Infrastructure: Build on the Gasless Network'
|
|
description: 'Developer tools for Status Network: RPC endpoints, bridges, and faucets. Build private, spam-resistant dApps using our native reputation-based execution.'
|
|
keywords: [Status Network, developer tools, RPC, bridge, faucet, block explorer, infrastructure]
|
|
slug: /tools
|
|
sidebar_position: 1
|
|
---
|
|
|
|
# Tools & Infrastructure
|
|
|
|
A complete reference of developer tools, infrastructure services, and integrations available on Status Network.
|
|
|
|
## Core Infrastructure
|
|
|
|
Essential services for building and testing on Status Network:
|
|
|
|
| Tool | Description |
|
|
|---|---|
|
|
| [**RPC Endpoints**](/tools/core-infrastructure/rpc-endpoints) | Public JSON-RPC access and RPC documentation |
|
|
| [**Bridge**](/tools/core-infrastructure/bridge) | Transfer assets between Ethereum Hoodi and Status Network |
|
|
| [**Testnet Faucets**](/tools/core-infrastructure/testnet-faucets) | Get testnet assets for development |
|
|
| [**Block Explorers**](/tools/core-infrastructure/block-explorers) | Browse transactions, contracts, and network activity |
|
|
|
|
## RPC
|
|
|
|
For RPC documentation including public endpoints, JSON-RPC API reference, and self-hosted node setup, start with:
|
|
|
|
- [RPC Endpoints](/tools/core-infrastructure/rpc-endpoints) — public endpoint URL, setup examples, rate limits, and supported methods overview
|
|
- [JSON-RPC API](/tools/rpc/json-rpc) — method reference and Status Network-specific RPC behavior
|
|
- [Running an RPC Node](/tools/rpc/running-an-rpc) — self-hosted node setup and operations guidance
|
|
|
|
## Ethereum Compatibility
|
|
|
|
Status Network is built on the Linea zkEVM stack and is largely EVM-equivalent. For details on the specific differences from Ethereum mainnet — including opcodes, precompiles, and transaction types — see:
|
|
|
|
- [Ethereum Differences](/tools/ethereum-compatibility/ethereum-differences) — comprehensive breakdown of execution-level differences
|
|
|
|
## Infrastructure Partners
|
|
|
|
Status Network is onboarding infrastructure partners across indexing, oracles, data providers, wallets, security, and more. See the full list of categories and how to use them on the [Infrastructure Partners](/tools/infrastructure) page.
|
|
|
|
Want to become a partner? [Apply here](https://statusnetwork.typeform.com/partner).
|
|
|
|
## Quick Links
|
|
|
|
- [Network Details](/overview/general-info/network-details) — Chain ID, RPC URL, and full network configuration
|
|
- [Add Status Network to your wallet](/overview/general-info/add-status-network)
|
|
- [Bridging Guide](/overview/general-info/bridge/bridging-testnet) — Step-by-step bridge instructions
|