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.
- Host: GitHub
- URL: https://github.com/bitfancy/aptos-staking-contract
- Owner: BitFancy
- Created: 2024-11-26T16:06:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T08:32:31.000Z (about 2 months ago)
- Last Synced: 2025-03-20T09:35:42.252Z (about 2 months ago)
- Topics: aptos, launchpad, move, staking, sui
- Language: Move
- Homepage:
- Size: 32.2 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
For assist, you can contact meππ»
# Defiralia StakingThe 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 ππ»