An open API service indexing awesome lists of open source software.

https://github.com/bitfancy/aptos-staking-contract

Aptos staking contracts use Move language, Aptos CLI, and SDK for secure token staking and rewards.
https://github.com/bitfancy/aptos-staking-contract

aptos launchpad move staking sui

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

For assist, you can contact meπŸ‘ˆπŸ»


# 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](https://github.com/aptos-labs/aptos-core/releases) 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/](staking) module.

cd staking
aptos move test --skip-fetch-latest-git-deps
## If you need assist, please contact me.

here πŸ‘ˆπŸ»