LogoLiquidlink Doc

Resource

Github Link Repo : https://github.com/Liquidlink-Lab/liquidlink_interface

Example demo of LiquidLink : https://github.com/Liquidlink-Lab/liquidlink-staking-point-demo

Website : https://demo.liquidlink.io/

About

LiquidLink Staking Integration Example - Testnet Only This example is divided into two parts: frontend and Move smart contract.

The main logic resides in the Move contract, where we demonstrate a simple staking mechanism. By reviewing the provided example contract, you can learn how to integrate LiquidLink's point system directly within your on-chain logic.

Once integrated, you can notify the LiquidLink team, and we will help you enable a dedicated point system on the frontend for your project.

What this example includes: A basic staking contract using Move

Integration points with LiquidLink::stake_point_request()

A frontend template prepared to display user scores

On this page