Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 576 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 576 Bytes

IGO-contract

Overview

Installation

npm init
npm install --save-dev hardhat
npm install @openzeppelin/contracts
npx hardhat

create secrets.json

copy secrets-copy.json secrets.json

{
  "mnemonic": "***",
  "alchemyApiKey": "***",
  "bscscanApiKey":"***"
}

Quick Start

npx hardhat accounts
npx hardhat compile
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help

Deploy

  • setRewardTotal

  • ERC1155 mint