Giter Club home page Giter Club logo

wagmi's Introduction

wagmi Version Downloads Sponsors

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

Features

  • ๐Ÿš€ 20+ hooks for working with wallets, ENS, contracts, transactions, signing, etc.
  • ๐Ÿ’ผ Built-in wallet connectors for MetaMask, WalletConnect, and 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.sh to view the full documentation.

Usage

  1. Install the dependencies.
npm add wagmi ethers
  1. Wrap your app with the Provider component.
import { Provider } from 'wagmi'

const App = () => (
  <Provider>
    <YourRoutes />
  </Provider>
)
  1. Use hooks.
import { useAccount } from 'wagmi'

const Page = () => {
  const [{ data, error, loading }, disconnect] = useAccount({
    fetchEns: true,
  })

  return ...
}

Every component inside the Provider is set up with the default InjectedConnector for connecting wallets and ethers.js Default Provider for fetching data.

Want to learn more? Check out the guides or browse the API docs.

Community

Support

Thanks

License

MIT.


wagmi

wagmi's People

Contributors

tmm avatar github-actions[bot] avatar markdalgleish avatar bpierre avatar riklomas avatar margalit avatar dependabot[bot] avatar robriks avatar anggxyz avatar kesar avatar oveddan avatar danizord avatar crazyrabbitltc avatar evolveart avatar facugaich avatar isaac-martin avatar gosseti avatar seldomatt avatar peduarte avatar rpavlovs avatar rkalis avatar sammdec avatar shunkakinoki avatar gomah avatar zxqx avatar beemeeupnow avatar chiranz avatar straightupjac avatar jasheal avatar codingwithmanny avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.