An open API service indexing awesome lists of open source software.

https://github.com/awkweb/wagmi-hardhat

wagmi-hardhat
https://github.com/awkweb/wagmi-hardhat

Last synced: 10 months ago
JSON representation

wagmi-hardhat

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.