The current repository contains the first basic version of Liquidswap Harvest (Staking) contracts. The main purpose of contracts is to allow the staking of LP coins and earn community/3rd party project reward coins.
Documentation is available at official docs portal.
Aptos CLI required.
Core:
aptos move compile
Core:
aptos move test
Liquidswap Staking Tests
Placed in liquiswap_staking_tests/ module.
cd liquidswap_staking_tests
aptos move test
See LICENSE