Skip to content

meetsiraja/uniswap-v3-lp-locker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart contract which locks Uniswap Liquidity NFT token and issue ERC20 token in return.

Installation

npm install

Run Tests

npx hardhat test

Expected output:

  UniswapV3LPLocker
    ✓ creates the pool at the expected address (93ms)
    ✓ creates a LP NFT token (384ms)
    ✓ Approve NFT to Locker contract (39ms)
    ✓ Lock LP in Locker contract - should mint double amount0 ERC20 token (108ms)


  4 passing (4s)

About

MInt UniswapV3 Position NFT and lock the liquidity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published