hairyf/blockchain-skills

viem

TypeScript interface for Ethereum — clients, contracts, accounts, chains, ENS, and utilities.

First seen Feb 10, 2026

Installation

$ npx skills add hairyf/blockchain-skills --skill viem

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from hairyf/blockchain-skills · top by installs.

npx skills add hairyf/blockchain-skills

Browse all from hairyf/blockchain-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
License LICENSE.md
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2026.2.9
More metadata
author
hairy
version
2026.2.9
source
Generated from https://github.com/wevm/viem (site/pages)

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,560 B
  • docs SUMMARY.md 107 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 21 installs

SKILL.md

Skill based on viem, generated 2026-02-09. Docs: https://viem.sh

viem is a TypeScript client for Ethereum: Public/Wallet/Test clients, transports (HTTP, WebSocket, custom), type-safe contract reads/writes, local and JSON-RPC accounts, chains, ENS, and encoding/unit helpers.

Core References

Topic Description Reference
Clients & Transports Public/Wallet/Test clients, HTTP/WS/custom transports, multicall batching [core-clients-transports](references/core-clients-transports.md)
Contract getContract, readContract, writeContract, simulateContract [core-contract](references/core-contract.md)
Accounts Local (privateKey, mnemonic) and JSON-RPC accounts, extend with publicActions [core-accounts](references/core-accounts.md)

Features

Chains & ENS

Topic Description Reference
Chains Built-in chains (viem/chains), defineChain for custom [features-chains](references/features-chains.md)
ENS getEnsAddress, getEnsName, getEnsAvatar, normalize [features-ens](references/features-ens.md)

Utilities

Topic Description Reference
Utilities getAddress, parseEther/formatEther, encoding, keccak256, ABI helpers [features-utilities](references/features-utilities.md)
ABI parseAbi, encodeAbiParameters, decodeAbiParameters, getAbiItem [features-abi](references/features-abi.md)

Auth

Topic Description Reference
SIWE createSiweMessage, verifySiweMessage, parseSiweMessage, validateSiweMessage [features-siwe](references/features-siwe.md)

Public data

Topic Description Reference
Public Actions getBalance, getLogs, getBlock, estimateGas, waitForTransactionReceipt, watchEvent [features-public-actions](references/features-public-actions.md)

Best Practices

Topic Description Reference
Contract & Errors Simulate before write, typed error handling, RPC/security [best-practices-contract-and-errors](references/best-practices-contract-and-errors.md)

External Links