Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.06 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.06 KB

ERC-20 Token

This repository contains the implementation of an ERC-20 token created both manually and using OpenZeppelin's ERC20 contract.

My learnings

  1. What is Token in ethereum.
  2. How to crete it manualy.
  3. What is OpenZeppelin.
  4. How to create a ERC-20 token using openzeppelin.

Manual ERC-20 Token

Features

  1. Customizable Token: Manually created ERC-20 token for a personalized configuration.
  2. Solidity Implementation: Token smart contract implemented in Solidity, providing full control over contract features.

Getting Started

  1. Clone the Repository:
git clone https://github.com/your-username/manual-erc20-token.git
  1. Install Dependencies:
cd manual-erc20-token
npm install
  1. Compile and Deploy:
npx hardhat compile
npx hardhat run scripts/deploy.js --network [your-network]

Explore and Customize

Explore the respective folders for detailed instructions and customize the token as per your requirements.

Feel free to contribute and provide feedback!

License

This project is licensed under the MIT License.