Skip to content

jp-mariano/crypto-swapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Coin Swapper Using Polygon Curve.fi

The aim of this project is to familiarize ourselves with creating a simple program in Python. We are going to swap $USDC to $axlUSDC with the amount that we will input.

Polygon Blockchain Variables

  • Polygon Mainnet RPC URL = "https://polygon-rpc.com/"
  • axlUSDC/USDC Curve Pool Contract = "0xfBA3b7Bb043415035220b1c44FB4756434639392"
  • axlUSDC Contract = "0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed"
  • USDC Contract = "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174"

About

Swaps crypto coin $USDC to $axlUSDC via Curve.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages