Build GameID
Use this guide to install GameID and connect to Gameluk network
Prerequisites
Public Endpoints
Network
Version Endpoint
Install GameID
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-allLast updated