How to name your token in solidity
Hello readers, in this article, I will be showing you how to create your own token with name, symbol and decimal in solidity. This is for beginner level.
The first step to take is to declare all your state variables like this:
pragma solidity ^0.5.0;...
adisotech.hashnode.dev2 min read