WINTG
WINTG
Docs

RPC blockchain

WINTG L1 est une chaîne EVM compatible Hyperledger Besu. Tous les outils Ethereum standards fonctionnent — change juste l'URL du node.

| Réseau | RPC URL | Chain ID | |---|---|---| | Mainnet | https://rpc.wintg.network | 2280 | | Testnet | https://testnet-rpc.wintg.network | 22800 |

Exemple Node.js / ethers

import { ethers } from 'ethers';

const provider = new ethers.JsonRpcProvider('https://rpc.wintg.network');
const blockNumber = await provider.getBlockNumber();
const balance = await provider.getBalance('0x...');
console.log({ blockNumber, balance });

Limites

  • 100 req/s par IP
  • eth_getLogs : range max 1024 blocs
  • WebSocket : wss://ws.wintg.network

Block explorer

Pour un explorer visuel : scan.wintg.network