Code Monkey home page Code Monkey logo

wagmi's Introduction

wagmi

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

๐Ÿš€ ย  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-xyz.vercel.app to view the full documentation.

Usage

  1. Install the dependencies.
pnpm 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

Feel free to join the discussions on GitHub or reach out on Twitter!

Support

Thanks

License

MIT.


wagmi

wagmi's People

Contributors

tmm avatar github-actions[bot] avatar margalit avatar anggxyz avatar oveddan avatar evolveart avatar facugaich avatar isaac-martin avatar gosseti avatar peduarte avatar rpavlovs avatar sammdec avatar zxqx avatar beemeeupnow avatar chiranz avatar jasheal avatar

Stargazers

Roman avatar

Watchers

 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.