Add copy-paste connection snippets for the common client libraries — ethers.js, viem, and web3.py — showing how to point them at Sentrix (RPC URL + chain id) and read a balance / block number.
Good first issue, docs only. Note: viem already ships sentrix / sentrixTestnet in viem/chains, so the viem snippet can import those directly.
Add copy-paste connection snippets for the common client libraries — ethers.js, viem, and web3.py — showing how to point them at Sentrix (RPC URL + chain id) and read a balance / block number.
Good first issue, docs only. Note: viem already ships
sentrix/sentrixTestnetinviem/chains, so the viem snippet can import those directly.