Skip to main content

Domains

All Sentrix services run under sentriscloud.com. DNS managed via Cloudflare.

Services

DomainWhat
sentrix.sentriscloud.comLanding page
scan.sentrixchain.comBlock explorer
api.sentrixchain.comREST API
rpc.sentrixchain.comMainnet JSON-RPC
testnet-rpc.sentrixchain.comTestnet JSON-RPC
sentrix-wallet.sentriscloud.comWallet UI
sentrixlaunch.sentriscloud.comToken launchpad
coinblast.sentriscloud.comCoinBlast
faucet.sentrixchain.comTestnet faucet

Mainnet Endpoints

RPC: https://rpc.sentrixchain.com
API: https://api.sentrixchain.com
Explorer: https://scan.sentrixchain.com
Wallet: https://sentrix-wallet.sentriscloud.com
Faucet: https://faucet.sentrixchain.com
Chain ID: 7119

Testnet Endpoints

RPC: https://testnet-rpc.sentrixchain.com
Chain ID: 7120

For Developers

Connect to testnet (for development and testing):

RPC URL: https://testnet-rpc.sentrixchain.com
Chain ID: 7120
Symbol: SRX

Testnet tokens have no real value. Use the faucet to get test SRX.

curl https://testnet-rpc.sentrixchain.com/chain/info
curl -X POST https://testnet-rpc.sentrixchain.com/rpc \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'

For Production

Connect to mainnet:

RPC URL: https://rpc.sentrixchain.com
Chain ID: 7119
Symbol: SRX

Community