Skip to main content

Domains

Sentrix protocol services run under sentrixchain.com. Product and application services run under sentriscloud.com. DNS is managed via Cloudflare.

Services

DomainWhat
sentrixchain.comLanding page
scan.sentrixchain.comBlock explorer
api.sentrixchain.comREST API
rpc.sentrixchain.comMainnet JSON-RPC
testnet-rpc.sentrixchain.comTestnet JSON-RPC
solux.sentriscloud.comSolux wallet
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://solux.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