1.0.3 • Published 3 years ago
@teahousefinance/teavaultv3pair v1.0.3
TeaVault V3 Pair
TeaVault V3 Pair is a managed vault for Uniswap V3.
For details, see documents in docs folder.
Installation
Use npm install to install required packages.
Configuration
Copy .env.example to .env and change relevant settings.
Test
Use npx hardhat test to run unit tests.
Deployment
Use npx hardhat compile to compile contract codes.
See deploy.js in scripts folder for an example of deployment script.