Staking ERC-20 token

  • Backend (staking-backend) => Nest js ( Node js framework )
  • Frontend (staking-front) => React js
  • Smart Contract (staking-contract) => ( Solidity )

How to run the project ( should change the network to rinkeby network )

In staking-backend npm install & npm run start:dev

In staking-front npm install & npm start