Skip to content

catgoldminer/bsc-catgoldminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSC Catgoldminer Repository

Local Development

The following assumes the use of node@>=14 and npm@>=6.

Install Dependencies

yarn

Compile Contracts

npx hardhat compile

Run Ganache-cli

npx hardhat node

Run Tests

Localhost

npx hardhat --network localhost test or yarn test

Network

Deploy BSC MainNet

npx hardhat run --network bsc deploy/checkin.js

Verify + public source code on bscscan

  1. Create new constructor params file in arguments folder
npx hardhat --network bsc verify --constructor-args ./args/bsc/checkin.js {{contract_address}}

Get verify network hardhat support

npx hardhat verify --list-networks

Resources

BSC Mainnet

Dapp website url: https://wallet.catgoldminer.ai Verified smart contracts:

About

BSC Catgoldminer Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published