Skip to content

A Solidity and Hardhat-based implementation of an ERC-20 token. Create, deploy, and manage your custom tokens on Ethereum testnet.

Notifications You must be signed in to change notification settings

kartik-giri/ERC-20-Token-Name_Giri

Repository files navigation

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.

About

A Solidity and Hardhat-based implementation of an ERC-20 token. Create, deploy, and manage your custom tokens on Ethereum testnet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published