Skip to content

:octocat:💰 This smart contract provides a way to manage and transfer ERC-20 tokens with support for multiple tokens ensuring secure and controlled token transfers.

Notifications You must be signed in to change notification settings

darksuei/Erc20-token-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC20 Token Transfer

This project demonstrates ERC20 inter-token transfers using two demo tokens, TokenA and TokenB, along with a TokenTransfer contract.

Technology Used

  • Solidity
  • TypeScript
  • Hardhat
  • Alchemy
  • OpenZeppelin ERC20 security standard
  • Sepolia Testnet

How to Use

  1. Clone this repository to your local machine.

  2. Create a .env file in the project root directory.

  3. Add the following environment variables to your .env file:

    ALCHEMY_SEPOLIA_URL=Your_Alchemy_Sepolia_URL
    SEPOLIA_PRIVATE_KEY=Your_Sepolia_Private_Key
    DEPLOYER_ADDRESS=Your_Deployer_Address
    

    Replace the placeholders with your Alchemy Sepolia URL, Sepolia private key, and deployer address.

  4. Save the .env file.

  5. You are now ready to compile, test, and deploy the smart contracts using the provided configuration.

Arigato :octocat:

About

:octocat:💰 This smart contract provides a way to manage and transfer ERC-20 tokens with support for multiple tokens ensuring secure and controlled token transfers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published