Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 930 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 930 Bytes

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: