Sei
Search
K

Build Seid

Use this guide to install Seid and connect to Sei network

Prerequisites

Public Endpoints

Please find more accurate public endpoints in this page.
Network
Version Endpoint
atlantic-2 (Polkachu)
atlantic-2 (Brochain)

Install Seid

Find the latest version here from the official Github or from one of the version endpoints in the Public Endpoints section supported by validators. Follow Seid to install the latest version of Seid that's supported by the network that you want to join.
export ENDPOINT=$VERSION_ENDPOINT
export RELEASE=$(curl $ENDPOINT| jq ".response.version" -r)
git clone https://github.com/sei-protocol/sei-chain
cd sei-chain
git checkout $RELEASE
make install-all