NOTE: Currently Work in Progress
A project for me to learn how to develop my own Token smart contract that follows the ERC20 token standard; with the use of OpenZeppelin ERC20 smart contract. I am implementhing this project myself, with my own code, guided by the Cyfrin Updraft's smart contract development course.
https://github.com/spencerj411/FoundryERC20Token.git
cd FoundryERC20Token
forge install foundry-rs/[email protected] --no-commit
forge install OpenZeppelin/[email protected] --no-commit