Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 752 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 752 Bytes

   _  __                    ___    __  _____  ___   _    _____
  | |/ /___ __   _____     /   |  /  |/  /  |/  /  | |  / /__ \
  |   / __ `/ | / / _ \   / /| | / /|_/ / /|_/ /   | | / /__/ /
 /   / /_/ /| |/ /  __/  / ___ |/ /  / / /  / /    | |/ // __/
/_/|_\__,_/ |___/\___/  /_/  |_/_/  /_/_/  /_/     |___//____/


Description

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.

Quick Start

  • yarn to install all dependencies
  • yarn compile to compile all the smart contracts

Environment Variables

Refer to our env example file in project root.