Skip to content

brtr/techbay_cat

Repository files navigation

Local setup

To run this project locally, follow these steps.

  1. Clone the project locally, change into the directory, and install the dependencies:
git clone https://github.com/brtr/techbay_cat.git

cd techbay_cat

# install using NPM or Yarn
npm install

# or

yarn
  1. Compile contract
npx hardhat compile
  1. Deploy contract
npx hardhat run scripts/deploy.js
  1. Mint NFT
npx hardhat run scripts/mint.js

Configuration

To deploy to Polygon test or main networks, update the configurations located in .env to use a private key and, optionally, deploy to a private RPC like Infura or Alchemy.

Verify contract

guide

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published