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