Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 911 Bytes

File metadata and controls

40 lines (29 loc) · 911 Bytes

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