YashCoin is a ERC20 cryptocurrency token made using Solidity, Hardhat, OpenZeppelin and Javascript and deployed on Polygon Mumbai Testnet using Alchemy.
Languages and tools used:
- Solidity to create token
- Javascript for deployment
- Hardhat to run and make project locally
- Alchemy for API and deployment
- OpenZeppelin's library to create token
- Polygon Mumbai Testnet for deployment
**What is ERC20?**
The ERC-20 introduces a standard for Fungible Tokens, in other words, they have a property that makes each Token be exactly the same (in type and value) as another Token. For example, an ERC-20 Token acts just like the ETH, meaning that 1 Token is and will always be equal to all the other Tokens.