Skip to content

pontem-network/harvest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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