Skip to content

Instantly share code, notes, and snippets.

@Alexkoko27
Alexkoko27 / main.tsx
Created May 16, 2026 18:20
React + Viem USDC Transfer Example (Arc Guide)
import React, { useEffect, useState } from 'react';
import ReactDOM from 'react-dom/client';
import {
http,
type Address,
type Hash,
type TransactionReceipt,
createPublicClient,
createWalletClient,
custom,