Step Testnet
(FITFI)
Popular Contracts
Info
step.network
Chain ID
12345
Native Token
FITFI (FITFI)
RPC
https://step-testnet.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Faucets
step.network
faucet.step.network/
Explorers
StepScan
testnet.stepscan.io
Getting Started with Step 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 { StepTestnet } from "@thirdweb-dev/chains";import { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK(StepTestnet);const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");