Skip to content

ERC-20 Staking Smart Contract Testing (Hardhat) and Deployment

License

Notifications You must be signed in to change notification settings

jimmy0221/Staking-Smart-Contract

Repository files navigation

Prerequisites

You need to check if nodejs and npm are installed on your computer first.

npm --version
node --version

Installation

Below is an example of how to start interacting with the smart contract locally.

  1. Install NPM packages (remember to move to the directory staking-rewards first)
    npm install
  2. Code installed successfully, you can start testing it.

Usage

You can interact with the smart contract on the local network now.

  • npm run compile to compile the solidity code
  • npm run deploy to deploy the contract on the hardhat network
  • npm run test to run the unit testing of the contract

TEST RESULT

Contract

  • TokenStaking: "0x4E3f8aBBed8980F3297691A814C2bE7357ddF5a1",
  • TokenReward: "0x651d156A5a76e0b05150815950Dde7F639C734AE",
  • StakingRewards: "0xf5FafE5EC910cBE462B977ed2A2B9BFc7f8740d3"

Transactions

Notify increasing reward amounts: https://sepolia.etherscan.io/tx/0x8078345f0bdcf075ad15bbd99ed7495ce14c3f96a9949b6def6419edd27bbcba

Please check your "Transaction History" folder. You can see tokens pictures of staker wallets there.

License

This project is under the MIT License. See LICENSE for more information.