https://github.com/awkweb/wagmi-hardhat
wagmi-hardhat
https://github.com/awkweb/wagmi-hardhat
Last synced: 10 months ago
JSON representation
wagmi-hardhat
- Host: GitHub
- URL: https://github.com/awkweb/wagmi-hardhat
- Owner: awkweb
- Created: 2023-01-31T16:54:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T16:57:10.000Z (about 3 years ago)
- Last Synced: 2025-05-12T22:17:26.808Z (10 months ago)
- Language: TypeScript
- Size: 79.1 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [wagmi](https://wagmi.sh) + [Vite](https://vitejs.dev/) + [@wagmi/cli](https://wagmi.sh/cli) project bootstrapped with [`create-wagmi`](https://github.com/wagmi-dev/wagmi/tree/main/packages/create-wagmi)
This template demonstrates usage of the [`@wagmi/cli` Hardhat](https://wagmi.sh/cli/plugins/hardhat).
# Getting Started
Run `pnpm run dev` in your terminal, and then open [localhost:5173](http://localhost:5173) in your browser.
This command will also generate React Hooks from the Hardhat project in `contracts/`.
Once the webpage has loaded, changes made to files inside the `src/` directory (e.g. `src/App.tsx`) will automatically update the webpage.
# Learn more
To learn more about [Vite](https://vitejs.dev/) or [wagmi](https://wagmi.sh), check out the following resources:
- [wagmi Documentation](https://wagmi.sh) – learn about wagmi Hooks and API.
- [wagmi Examples](https://wagmi.sh/examples/connect-wallet) – a suite of simple examples using wagmi.
- [@wagmi/cli Documentation](https://wagmi.sh/cli) – learn more about the wagmi CLI.
- [Vite Documentation](https://vitejs.dev/) – learn about Vite features and API.