On Solidity
Budget: ₹600 – ₹1,500 INR
Q1) Write smart contract to mint fungible token (Rapid-X) using ERC-20 standard.The total
supply should be fixed to 1 million. Only a particular (EOA) address has the right to mint the
token. The burn function should be internal.
Part 2 :
Write a staking contract which accepts the deposit(Rapid-X) from the user. On stake charge
them a deposit fee of 1%. On withdrawal return the (staked token - deposit fee) token back to
the user.
supply should be fixed to 1 million. Only a particular (EOA) address has the right to mint the
token. The burn function should be internal.
Part 2 :
Write a staking contract which accepts the deposit(Rapid-X) from the user. On stake charge
them a deposit fee of 1%. On withdrawal return the (staked token - deposit fee) token back to
the user.