sui-guide
Sui Node Setup
Sui Node Requirements
Official Site:
Set up Sui full node with auto script.
Clone and Install Scripts
TESTNET
wget -q -O sui_testnet.sh https://raw.githubusercontent.com/Contribution-DAO/sui-node-setup/main/sui_testnet.sh && chmod +x sui_testnet.sh && sudo /bin/bash sui_testnet.shDEVNET
wget -q -O sui_devnet.sh https://raw.githubusercontent.com/Contribution-DAO/sui-node-setup/main/sui_devnet.sh && chmod +x sui_devnet.sh && sudo /bin/bash sui_devnet.shVerify your node running
Check Node Status
Check the latest TX on your node
Check the latest TX on testnet chain
Check the latest TX on devnet chain
Monitor your node health status
Optional Command
Update Sui full node with auto script.
Clone and Install Scripts
TESTNET
DEVNET
Last updated

