Skip to content

💎 Liquidity Mining Contract designed for uniswapV3.

License

Notifications You must be signed in to change notification settings

cNoveron/izumi-uniV3Mining

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Izumi-contracts-UniswapV3Mining

Contracts to mine uniswap V3 NFT token

Designs:

Model1: mining with fixed price range.

Model2: mining with no-impermanent loss.

Scripts:

Each script runs some specific tasks. Run a script with the following command line.

Find more at Guide for Hardhat Scripts.

$ HARDHAT_NETWORK='CUSTOM_NETWORK' node scripts/THE_SCRIPTS.js argv[0] argv[1] ...

If no argvs are passed, run the follows alternatively.

$ npx hardhat run scripts/THE_SCRIPTS.js --network CUSTOM_NETWORK

About

💎 Liquidity Mining Contract designed for uniswapV3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 58.0%
  • JavaScript 41.9%
  • Shell 0.1%