Tiramisu
Tiramisu is Arkiv’s current public testnet. You can build and test your app against a live network.
Connect your app
Section titled “Connect your app”Import the tiramisu chain from the SDK. Pass the chain to a client:
import { createPublicClient } from "@arkiv-network/sdk"import { tiramisu } from "@arkiv-network/sdk/chains"import { http } from "viem"
const client = createPublicClient({ chain: tiramisu, transport: http(),})For the full setup, see Installation.
Network reference
Section titled “Network reference”| Property | Value |
|---|---|
| Chain ID | 7738577 (0x7614d1) |
| HTTP RPC | https://rpc.tiramisu.db-chain.testnet.arkiv.network |
| WebSocket RPC | wss://rpc.tiramisu.db-chain.testnet.arkiv.network |
| Native gas token | GLM |
| Faucet | hub.arkiv.network/faucet |
| Explorer | tiramisu.explorer.arkiv.network |
Get test GLM
Section titled “Get test GLM”Arkiv uses GLM to pay for transactions. Get test GLM from the faucet.
Get help
Section titled “Get help”If requests to the RPC fail, or you have another problem, ask in Discord. A team member is usually available.