Skip to content

DNFT-Team/IGO-contract

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published