SUI-testnet
π A step-by-step guide to installing and configuring Sui Testnet
π In this guide you will learn how to deploy a Sui Testnet node, configure the environment and connect to the network.
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
Here is an example of the node config, but please note that it was created for my purposes
In this configuration, you should consider the paths you use to configure your node
6. Create folders & copy files to target
7. Building and installing the Sui node binary
8. Downloading snapshot
Note that at the time the node was installed, 657 epoch was current.
The process of downloading the snapshot took me about 2 hours.
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
Retrieving and Monitoring Sui Node Metrics
Log view
Last updated