vSUI Contracts
Liquid Staking
1. Install SUI binaries
Use the latest release as the tag
rustup update stable && cargo install --locked --git https://github.com/MystenLabs/sui.git --tag mainnet-v1.8.2 sui2. Generate deployer wallet
wip
3. Deploy
For example deploy of liquid_staking package
sui client publish --gas-budget 300000000 liquid_staking4. Setup package
Check the README.md of the deployed package for further instructions.
Explorer Contracts
Last updated