Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 820 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 820 Bytes
# Defiralia Staking

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.

Build

Aptos CLI required.

Core:

aptos move compile --skip-fetch-latest-git-deps

Test

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

If you need assist, please contact me.