DEVELOPER CENTER

Build against TWIX.
Use the stack you already know.

The public launch surface supports Cosmos RPC/REST and Ethereum-compatible JSON-RPC. Raw node services remain protected behind the TLS reverse-proxy boundary.

EVM QUICKSTART

JSON-RPC.

curl -sS https://evm.twixchain.com \ -H 'Content-Type: application/json' \ --data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}' # expected chain ID 0x54574958
COSMOS QUICKSTART

Consensus and REST.

COMET RPC

Status

curl -sS https://rpc.twixchain.com/status | jq '.result.sync_info'
COSMOS REST

Latest block

curl -sS https://api.twixchain.com/cosmos/base/tendermint/v1beta1/blocks/latest | jq .
EVM MODULE SURFACE

Deliberately narrow.

Public RPC modules are restricted to the namespaces needed by normal wallets and dApps.

ETH

Enabled

Blocks, balances, calls, transactions, receipts, logs and fee methods.

NET + WEB3

Enabled

Network identification and standard client utilities.

ADMIN / PERSONAL / DEBUG

Unavailable

Administrative, local-account unlocking and tracing namespaces are not publicly exposed.

MACHINE-READABLE

Integration files.