Skip to content

Aptos staking contracts use Move language, Aptos CLI, and SDK for secure token staking and rewards.

Notifications You must be signed in to change notification settings

BitFancy/Aptos-Staking-Contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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.

About

Aptos staking contracts use Move language, Aptos CLI, and SDK for secure token staking and rewards.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages