/polygon-hack

Primary LanguageTypeScript

polygon hack

Quick Start Notes

  1. Run yarn or npm install to install all the dependencies
  2. Once installation is complete, cd into your app's directory and run yarn chain or npm run chain to start a local hardhat environment
  3. Open another terminal and cd into your app's directory
  4. Run yarn deploy or npm run deploy to deploy the example contract locally
  5. Run yarn dev or npm run dev to start your Next dev environment

Technologies

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

Tech Description
Next.js React Framework
Hardhat Ethereum development environment
hardhat-deploy A Hardhat Plugin For Replicable Deployments And Easy Testing
WAGMI A set of React Hooks for Web3
RainbowKit RainbowKit is a React library that makes it easy to add wallet connection to your dapp.

Documentation

Please visit create-web3.xyz to view the full documentation.