This repository contains the implementation of an ERC-20 token created both manually and using OpenZeppelin's ERC20 contract.
- What is Token in ethereum.
- How to crete it manualy.
- What is OpenZeppelin.
- How to create a ERC-20 token using openzeppelin.
- Customizable Token: Manually created ERC-20 token for a personalized configuration.
- Solidity Implementation: Token smart contract implemented in Solidity, providing full control over contract features.
- Clone the Repository:
git clone https://github.com/your-username/manual-erc20-token.git
- Install Dependencies:
cd manual-erc20-token
npm install
- Compile and Deploy:
npx hardhat compile
npx hardhat run scripts/deploy.js --network [your-network]
Explore the respective folders for detailed instructions and customize the token as per your requirements.
Feel free to contribute and provide feedback!
This project is licensed under the MIT License.