/wagmi-fork

Primary LanguageTypeScriptMIT LicenseMIT

Vite + ReactJs + TailwindCss3 + WAGMI Boilerplate

A boilerplate for a basic setup for a web3 frontend project to interact with contracts on a Blockchain

Technologies

This project is built with the following open source libraries, frameworks and languages.

Tech Description
ReactJS JS Framework
Vite Frontend Tooling
Typescript Syntax for Types
React Router Client Side Routing
Chakra CCS Framework
WAGMI A set of React Hooks for Web3

Blockchains

This project is built with the following open source libraries, frameworks and languages.

Chain ID Description
Mainnet 1 Ethereum Mainnet
Ropsten 3 Testnet
Rinkeby 4 Testnet
Goerli 5 Testnet
Kovan 42 Testnet

Commands:

To start the dev server on your machine:

yarn dev

To start the dev server on your network:

yarn dev --host

To make the production build:

yarn build

To preview the production build locally:

yarn serve