Volo
WebsiteTwitterLinktree
  • Introduction
    • Volo DAO
    • vSUI Contracts
    • Contract Audits
    • Official Links & Partners
  • Liquid Staking
    • Liquid Staking 101
    • vSUI Contract Infrastructure
    • Supported Wallets
    • Governance and Tokenomics
      • Volo Token
    • How to Stake and Unstake
    • How to request Testnet Tokens
    • Frequently Asked Questions
  • Terms of Use
  • Privacy Policy
  • Sui Documentation
  • Ankr Documentation
  • Cetus Documentation
  • NAVI Documentation
  • Scallop Documentation
  • Turbos Documentation
  • Surf Dev Documentation
  • Kriya Dex Documentation
  • Bucket Documentation
  • SupraOracles Documentation
  • Pyth Documentation
Powered by GitBook
On this page
  • 1. Install SUI binaries
  • 2. Generate deployer wallet
  • 3. Deploy
  • 4. Setup package
  • Explorer Contracts
  1. Introduction

vSUI Contracts

Liquid Staking

PreviousVolo DAONextContract Audits

Last updated 1 year ago

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 sui

2. Generate deployer wallet

wip

3. Deploy

For example deploy of liquid_staking package

sui client publish --gas-budget 300000000 liquid_staking

4. Setup package

Check the README.md of the deployed package for further instructions.

Visit our github for more details on our contracts:

Explorer Contracts

Volo Liquid Staking Contracts
Package ID
vSUI Contract