Send WKRC on StableNet Testnet and confirm it on the Explorer.
Prerequisites
- StableNet Testnet added to your wallet (Connect to StableNet)
- Testnet WKRC from the Faucet
- Node.js ≥ 18 (for ethers.js / viem) or Foundry (for cast)
Send with ethers.js
Send with viem
Send with Foundry cast
Verify on Explorer
Open explorer.stablenet.network and search for your transaction hash. You should see:- Status: Success
- From: your wallet address
- To: recipient address
- Value: amount transferred in WKRC
StableNet has 1-second deterministic finality. Your transaction is final as soon as it appears in a block — no additional confirmations needed.
Gas tip requirement
StableNet requires a minimummaxPriorityFeePerGas of 27,600 Gwei. Transactions with a lower tip will be rejected. The examples above include this value.
Next steps
Deploy a Contract
Deploy a Solidity contract using Foundry.
Fee Delegation
Let your app pay gas on behalf of users.

