Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeftarmascarenhas/wagmi-web3-hooks
Wagmi Hooks Web3 for React
https://github.com/jeftarmascarenhas/wagmi-web3-hooks
Last synced: 5 days ago
JSON representation
Wagmi Hooks Web3 for React
- Host: GitHub
- URL: https://github.com/jeftarmascarenhas/wagmi-web3-hooks
- Owner: jeftarmascarenhas
- Created: 2023-03-10T22:50:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-04T02:10:24.000Z (over 1 year ago)
- Last Synced: 2023-08-13T10:22:36.263Z (over 1 year ago)
- Language: TypeScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wagmi Web3 Hooks for React
This dApp is using:
- Wagmi
- Ethers
- Next.JSYou can see how to use Wagmi to connect multiple wallet and get wallet, contract and other
information of Blockchain. **_[Click here to see video]()_**## Getting Started
First, run the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.