Build Seid
Use this guide to install Seid and connect to Sei network
Network | Version Endpoint |
---|---|
atlantic-2 (Polkachu) | |
atlantic-2 (Brochain) |
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
Last modified 1mo ago