This is a small walkthrough on how to make your cryptocurrency using Solidity. We'll be using Remix IDE to wrote the code and you WILL need a Metamask account.
Set Up
The first step is to get some test ETH using your preferred testnet. I will be using the Mumbai Ploygon testnet.
So following along, go to your metamask plugin and cop your wallet address.
NOTE: The you might have to change the compiler version in the 'compiler' tab for the code to run. To do this, go to the Compiler tab and change the compiler version to '0.8.19+commit.7dd6d404' or any verison with 0.8.19. Please do note that selecting 0.8.20 or higher might not work.
FInally click CTRL+S or just hit the Compile myToken.sol button to compile the code.
Aniketh Vijesh
Third-year student @Amrita Vishwa Vidhyapeetam studying B.Tech CSE AI.
I work on medical AI, and build cool AI projects!