uniswapv3-code icon indicating copy to clipboard operation
uniswapv3-code copied to clipboard

Uniswap V3 clone built to learn smart-contracts development in Solidity

Results 5 uniswapv3-code issues
Sort by recently updated
recently updated
newest added

Change all instances: `PoolParams:mintLiqudity` to `PoolParams:mintLiquidity`

balanceOf signature should be restricted to view so it uses a static call rather than a regular call to the contract (avoids potential attacks by malicious contracts who's balanceOf implementation...

I followed the steps and everything went fine. Finally, when I started the ui interface, it showed that the dependency could not be found. ``` $ cd ui && yarn...

I followed all the steps and the contract parts worked okay after using `anvil --code-size-limit 4857` but on the frontend side after install all dependencies and running `yarn start` I...