DNFT-Team / IGO-contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 59.3%Language:Solidity 40.7%