Skip to content

kristinatub/Plume-USDC-Transfer-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle Plume USDC Transfer

A Node.js script to transfer USDC tokens on Plume testnet.

Setup

  1. Install dependencies:

    npm install
  2. Create a .env file with your configuration:

    PRIVATE_KEY=your_private_key_here
    RECIPIENT_ADDRESS=0x...
  3. Get test USDC tokens:

    • Visit the Plume testnet faucet or bridge
    • Connect your wallet with your address
    • Request test USDC tokens
    • Wait for the transaction to confirm
  4. Run the script:

    node index.js

Configuration

  • PRIVATE_KEY: Your wallet's private key (with or without 0x prefix)
  • RECIPIENT_ADDRESS: The address to send USDC to
  • Amount: Currently set to 10 USDC (modify in index.js if needed)

Notes

  • This script is configured for Plume testnet
  • USDC contract address: 0xcB5f30e335672893c7eb944B374c196392C19D18
  • USDC has 6 decimals on this network

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors