The current repository contains the first basic version of Defiralia (Staking) contracts. The main purpose of contracts is to allow the staking of LP coins and earn community/3rd party project reward coins.
Aptos CLI required.
Core:
aptos move compile --skip-fetch-latest-git-deps
Core:
aptos move test --skip-fetch-latest-git-deps
Defiralia Staking Tests
Placed in staking/ module.
cd staking
aptos move test --skip-fetch-latest-git-deps