JSPM

wagmi

0.0.10
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 392940
  • Score
    100M100P100Q155892F
  • License MIT

React Hooks library for Ethereum

Package Exports

  • wagmi
  • wagmi/package.json

Readme

wagmi

React Hooks library for Ethereum, built on ethers.js.

🚀   Hooks for connecting wallets, signing messages, sending transactions, etc.

💼   Built-in wallet connectors: MetaMask, WalletConnect, Coinbase Wallet

🌀   Auto-refresh data on wallet and network changes

🦄   TypeScript ready

💨   Zero-dependencies (besides ethers.js peer dependency)

🌳   Test suite and documentation

📖   MIT License

Documentation

Visit https://wagmi-xyz.vercel.app to view the full documentation.

Usage

pnpm add wagmi ethers

Development

pnpm i
pnpm dev

Docs

pnpm dev:docs

Examples

pnpm dev:example:next
pnpm dev:example:vite-react

Testing

pnpm test
pnpm test:watch

CI

Add secrets to GitHub:

NPM_TOKEN

Thanks


wagmi