LiSuify is a liquid staking platform for the SUI protocol, enabling users to stake their SUI or StakedSui object to wrap with a liquid token name liSUI return to the user. The staked SUI tokens are delegated across multiple validators to contributing to the SUI protocol’s Proof-of-Stake (PoS) consensus mechanism and earning staking rewards.
LiSuify Smart Contract - LiSuify smart contracts
lisuify-web - LiSuify Web
lisuify-sdk - LiSuify SDK
lisuify-cli - LiSuify command line interface
>.
├── contracts
│ ├── lisuify - LiSuify smart contract
│ └── LisuiCetusArbitrager - Cetus integration contract
└── packages
├── lisuify-cli - LiSuify command line interface
├── lisuify-sdk - LiSuify SDK
└── lisuify-web - LiSuify Web
Liquid Staking Contract API Reference
developer need to install pnpm to use pnpm workspace
npm install -g pnpm
pnpm install