Skip to content

Tiramisu is Arkiv’s current public testnet. You can build and test your app against a live network.

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.

PropertyValue
Chain ID7738577 (0x7614d1)
HTTP RPChttps://rpc.tiramisu.db-chain.testnet.arkiv.network
WebSocket RPCwss://rpc.tiramisu.db-chain.testnet.arkiv.network
Native gas tokenGLM
Faucethub.arkiv.network/faucet
Explorertiramisu.explorer.arkiv.network

Arkiv uses GLM to pay for transactions. Get test GLM from the faucet.

If requests to the RPC fail, or you have another problem, ask in Discord. A team member is usually available.