Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 682 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 682 Bytes

Harvest

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.

Docs

Documentation is available at official docs portal.

Build

Aptos CLI required.

Core:

aptos move compile

Test

Core:

aptos move test

Liquidswap Staking Tests

Placed in liquiswap_staking_tests/ module.

cd liquidswap_staking_tests
aptos move test

License

See LICENSE