jonpaulh / uniswap-v3-token-swap

example code of uniswapV3 token swaps with hardhat and ethersjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uniswap V3 Token Swap Example

This repo does the following with hardhat's mainnet-forking:

  • ETH -> WETH
  • WETH -> DAI (using Uniswap)

Note: Setup .env file with ALCHEMY_API variable set

Info

  • run code with : npx hardhat test
  • code file: test/index.ts
  • contract from UniswapV3 examples: contracts/Swap.sol

About

example code of uniswapV3 token swaps with hardhat and ethersjs


Languages

Language:TypeScript 72.2%Language:Solidity 24.7%Language:JavaScript 3.1%