Tres Testnet (TRES)
Info
treschain.com
Chain ID
6065
Native Token
TRES (TRES)
RPC
https://tres-testnet.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Faucets
tresleches.finance
faucet.tresleches.finance:8080/
Explorers
treslechesexplorer
explorer-test.tresleches.finance
Getting Started with Tres Testnet
Choose a language:
Install the latest version of the SDK:
npm install @thirdweb-dev/sdk ethers@5
Initialize the SDK and contract on your project:
import TresTestnet from "@thirdweb-dev/chains";import { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK(TresTestnet);const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");