Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 727 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 727 Bytes

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