Skip to content
Closed
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
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,35 @@ A curated list of official resources, developer tools, infrastructure, applicati

## Tutorials

Official tutorials should be added here as they become available.
### Add Sentrix to MetaMask

Sentrix is EVM-compatible, so you can add the mainnet or testnet as a custom network in MetaMask. In MetaMask, open **Settings > Networks > Add a network > Add a network manually**, then enter the values below.

#### Sentrix Mainnet

| Field | Value |
| --- | --- |
| Network name | `Sentrix Mainnet` |
| New RPC URL | `https://rpc.sentrixchain.com` |
| Chain ID | `7119` |
| Currency symbol | `SRX` |
| Block explorer URL | `https://scan.sentrixchain.com` |

#### Sentrix Testnet

| Field | Value |
| --- | --- |
| Network name | `Sentrix Testnet` |
| New RPC URL | `https://testnet-rpc.sentrixchain.com` |
| Chain ID | `7120` |
| Currency symbol | `SRX` |
| Block explorer URL | `https://scan.sentrixchain.com` |
| Faucet | `https://faucet.sentrixchain.com` |

Use the [Sentrix Faucet](https://faucet.sentrixchain.com) to request testnet SRX after adding Sentrix Testnet. Screenshots are not available yet.

Recommended tutorial topics:

- Add Sentrix to MetaMask
- Get testnet SRX from the faucet
- Deploy a Solidity contract on Sentrix
- Read Sentrix blocks with viem
Expand Down