Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 447 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 447 Bytes

Step 1: Clone the repo

https://github.com/Sahilsen/CCIP-Viem-Example.git

Step 2: Install dependencies

pnpm install

Step 3: Rename the .env.sample file to .env and WalletConnect id and QuickNode RPC URLs

Step 4: Replace the contract addresses in src/contract-interaction.tsx file

Step 5: Start the app

pnpm dev