Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 610 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 610 Bytes

sui-smart-contracts

Setup

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. Add RPC

sui client new-env --alias mainnet-ankr --rpc https://rpc.ankr.com:443/sui
sui client switch --env mainnet-ankr

4. Deploy

For example deploy of liquid_staking package

sui client publish --gas-budget 300000000 liquid_staking

5. Setup package

Check README.md of deployed package for further instructions