SUI-testnet
π A step-by-step guide to installing and configuring Sui Testnet
SUI - testnet explorer
1. Installing the required packages
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
tzdata \
libprotobuf-dev \
ca-certificates \
build-essential \
libssl-dev \
libclang-dev \
libpq-dev \
pkg-config \
openssl \
protobuf-compiler \
git \
clang \
cmake2. Clone the sui repository
3. Create a copy of the configuration template
4 .Downloading genesis.blob for Testnet
5. Edit the main configuration of the SUI node
6. Create folders & copy files to target
7. Building and installing the Sui node binary
8. Downloading snapshot
Setting up and running the Sui Full Node as a systemd service
9. Create a systemd service file for Sui Node
10. Reload & Enable & Start
Useful commands
Last updated