skills/intenxus/aave-ai/aave-viem-integration

aave-viem-integration

SKILL.md

AAVE viem Integration

Provide reusable viem patterns for AAVE skill scripts and custom integrations.

Scope

  • Public client and wallet client setup
  • Chain-specific RPC selection
  • Reading ERC20 balances and allowances
  • Simulating and sending contract transactions
  • Waiting for receipts and formatting execution output

Quick Start

import { createPublicClient, createWalletClient, http } from 'viem';
import { mainnet } from 'viem/chains';

const publicClient = createPublicClient({
  chain: mainnet,
  transport: http(process.env.ETHEREUM_RPC_URL),
});

References

  • references/clients-and-transports.md
  • references/contract-read-write.md
Weekly Installs
7
GitHub Stars
8
First Seen
Feb 23, 2026
Installed on
openclaw5
gemini-cli5
github-copilot5
codex5
kimi-cli5
cursor5