Money Blocks is a Solidity contract. To count remaining time of user via blockchain.
Use the package manager npm to install.
npm install
Open hardhat.config.js
Choose network ETH
or BSC
Input PRIVATE_KEY
npx hardhat test
npx hardhat run <path/to/script> --network <Network_name>
npx hardhat verify "<contract_address>" --network <Network_name>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.