Documentation

Everything you need to build on OPP_NET, deploy contracts, and run your own infrastructure.

Quick Start

Point your client at our public RPC and start querying:

curl -X POST https://rpc.opnet.dev/testnet4 \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","method":"btc_blockNumber","params":[],"id":1}'

# Response: {"jsonrpc":"2.0","result":"0x16b2","id":1}