issues
search
vahiwe
/
Building-your-own-ECR20-Token
This tutorial will take you through the steps of building your first ERC20 token on the Ethereum network.
https://medium.com/@vahiwe/building-your-own-ethereum-based-ecr20-token-in-less-than-an-hour-d4d4c7a14b1e
MIT License
90
stars
189
forks
source link
Chore: Upgrade to Solidity 0.8.x, refactor and optimize contract
#9
Closed
Leke-Ariyo
closed
1 year ago
Leke-Ariyo
commented
1 year ago
Changes:
Updated the contract for compatibility with Solidity 0.8.x.
Integrated SafeMath functionality directly due to built-in overflow/underflow checks in 0.8.x.
Simplified the ownership logic to remove unnecessary steps and streamline contract interaction.
Restructured contract layout for better readability and maintenance.
Updated README to reflect changes, including updated instructions and notes on contract optimizations.
Changes: