Skip to content

Latest commit

 

History

History

nre

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Node and Network Reliability Engineering


This repo contains:

  • Sui for Node Operators - This documentation aggregates all the information about deploying and operating the Sui Node software for Node Operators.

  • ansible/ - An ansible playbook for standing up your node. Successful execution of the playbook will result in a systemd managed process running sui-node. You can use this or just consult the steps when provisioning your node.

  • config/ - Sui Node configuration templates.

  • docker/ - A docker compose configuration for standing up your node. You can use this or just consult the steps when provisioning your node.

  • systemd/ - Steps to setup your node as a systemd service. You can use this or reference the steps when provisioning your node.