Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 335 Bytes

File metadata and controls

17 lines (11 loc) · 335 Bytes

UniswapV3 Token

Token that is able to capture fees on Buy and Sell on the Uniswap V3 protocol on Mainnet.

Installing dependencies

npm install 

Running the tests

Create a .env file based on .env.example and input your RPC url. Then run the following:

npm hardhat test tests/UniswapV3Token.js