Skip to content

The MyToken project is a simple implementation of an ERC20 token using the Ethereum blockchain platform. An ERC20 token is a fungible, tradable asset that can be used as a digital representation of value within a decentralized application DApp ecosystem.

License

Notifications You must be signed in to change notification settings

mayureshpwr/MyToken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview This project implements an ERC20 token on the Ethereum blockchain using Solidity and deploys it using Hardhat. The token is named "MyToken" (MTK) and has an initial supply of 100 tokens.

Getting Started........ Prerequisites Node.js and npm installed Hardhat and required dependencies

Installation- Install dependencies: npm install

Compile the contracts: npx hardhat compile

Deploy the ERC20 token: npx hardhat run scripts/deployMyToken.js --network ganache This will deploy the MyToken contract and mint 100 tokens to the deployer's address.

Project Structure contracts/: Contains the Solidity smart contract for the ERC20 token. scripts/: Contains the deployment script. hardhat.config.js: Hardhat configuration file. README.md: Project documentation. License This project is licensed under the MIT License.

Acknowledgments OpenZeppelin: For providing standard contracts and security best practices. Credits Author: Mayuresh Pawar Email: [email protected]

About

The MyToken project is a simple implementation of an ERC20 token using the Ethereum blockchain platform. An ERC20 token is a fungible, tradable asset that can be used as a digital representation of value within a decentralized application DApp ecosystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published