thienphanexcalibur / robo-raffle-nft

Home Page:https://robo-raffle-nft.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robo Raffle NFT Mint

Frontend & Backend

yarn dev # this will start the frontend and api

Contracts:

See /contracts. Type-safe with typechains:

  • Compile:
npx hardhat compile
  • Deploy UUPS transparent proxy
npx hardhat run -- ./scripts/deployProxy.ts ---network [bscTest|localhost]
  • Upgrade implementation:
npx hardhat run -- ./scripts/upgradeProxy.ts ---network [bscTest|localhost]
  • Verify implementation (using hardhat)
npx hardhat verify --network [bscTest] [address]

About

https://robo-raffle-nft.vercel.app


Languages

Language:TypeScript 97.9%Language:CSS 1.2%Language:Solidity 0.8%Language:JavaScript 0.0%