_ __ ___ __ _____ ___ _ _____
| |/ /___ __ _____ / | / |/ / |/ / | | / /__ \
| / __ `/ | / / _ \ / /| | / /|_/ / /|_/ / | | / /__/ /
/ / /_/ /| |/ / __/ / ___ |/ / / / / / / | |/ // __/
/_/|_\__,_/ |___/\___/ /_/ |_/_/ /_/_/ /_/ |___//____/
This repository contains the smart contracts source code and markets configuration for Xave Finance AMM V2. The repository uses Hardhat as development enviroment for compilation, testing and deployment tasks.
yarn
to install all dependenciesyarn compile
to compile all the smart contracts
Refer to our env example file in project root.