1.0.3 • Published 8 months ago

@teahousefinance/teavaultv3pair v1.0.3

Weekly downloads
-
License
BUSL-1.1
Repository
github
Last release
8 months ago

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.