Skip to content

0xdead-babe/Uniswap_V3_Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniswap V3 Token Swap and Flash Swap Example

Installation and Setup

1 Install Node.js

2 Clone The Repo

git clone https://github.com/0xdead-babe/Uniswap_V3_Integration.git

3 Install necessary dependencies

npm install

Note

you will need MAINNET_RPC Environment variable

create .env file with the following content

MAINNET RPC="ALCHEMY_MAINNET_RPC" 

4 Compile contracts

npx hardhat compile

5 Run Test

npx hardhat test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published