Skip to content

code-pilots/cloud-mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Mining smart contract

Designed to be used on Binance Smart Chain.

npm install
npx hardhat test

npx hardhat deploy --mint 100 --min 1 --fee 20 --dryrun 1

npx hardhat mint --address <address> --amount 100
npx hardhat setprice --address <address> --token <address> --price 100
npx hardhat balance --address <address>
npx hardhat summary --address <address>

npx hardhat accounts

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

Useful links:

https://bscscan.com/ https://bscscan.com/verifyContract

https://testnet.bscscan.com/ https://testnet.bscscan.com/verifyContract

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors