Sui Testnet
Report IssueSui is the first level 1 blockchain without permission, designed from the ground up to enable creators and developers to create experiences that will satisfy the next billion web3 users. Sui scales out to support a wide range of application development at unmatched speed at low cost.
Details
Blockchain
Discuss Sui Testnet
Short Review Sui Testnet
Crypto project Sui Testnet is classified as a Blockchain.
Sui - Setup Guide
Install
Installation takes more than 15 minutes, it is recommended to run in a screen session:
screen -S sui
Use our script for a quick installation:
wget -O sui_devnet.sh https://api.nodes.guru/sui_devnet.sh && chmod +x sui_devnet.sh && ./sui_devnet.sh
Additional
Check node:
curl -s -X POST http://127.0.0.1:9000 -H 'Content-Type: application/json' -d '{ "jsonrpc":"2.0", "method":"rpc.discover","id":1}' | jq .result.info
Check node logs:
journalctl -u suid -f -o cat
Restart node:
sudo systemctl restart suid
Stop node:
sudo systemctl stop suid
Delete node:
sudo systemctl stop suid
sudo systemctl disable suid
rm -rf ~/sui /var/sui/ /usr/local/bin/sui*
rm /etc/systemd/system/suid.service