to test the project you should do these steps:
git clone https://github.com/hosseind88/staking-dapp.git
cd staking-dapp
npm install
Once installed, let's run Hardhat's testing network:
npx hardhat node
Then, on a new terminal, go to the repository's root folder and run this to deploy your contract:
npx hardhat run scripts/deploy.js --network localhost
then we can run the frontend with:
cd frontend
npm install
npm start
then on your metamask, please import the first account that hardhat shows you by importing it by account private-key
then you can stake some mDAI tokens and after that you can run this script:
npx hardhat run scripts/issue-token.js --network localhost
to get your staking reward by AMS token