Phase 1: Node Setup
Below are the steps to get your Overlay Node ready for submission.
Step 1: Download Overlay Binary
curl -L -o seda-overlay https://github.com/sedaprotocol/seda-overlay-ts/releases/download/v1.0.2/seda-overlay-linux-x64curl -L -o seda-overlay https://github.com/sedaprotocol/seda-overlay-ts/releases/download/v1.0.2/seda-overlay-linux-arm64Step 2: Make It Executable and Verify Version
chmod +x seda-overlay./seda-overlay --version
# Output: 1.0.0-rc.23 (or higher)Step 3: Initialize and Configure the Node
./seda-overlay init --network <testnet | mainnet>
# Output:
# Config file has been created at: /home/ec2-user/.seda/testnet/config.jsonc
# Please fill in all properties (such as mnemonic)Step 4: Fetch Your Node's Public Key (for allowlisting)
Step 5: Submit your Overlay Public Key

Last updated
Was this helpful?

