A Gravity chain full node is just like any other Cosmos chain. Unlike the validator flow no external software is required.
A Linux server with any modern Linux distribution, 2gb of ram and at least 20gb storage.q
wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.0.7/gravity-linux-amd64
mv gravity-linux-amd64 gravity
chmod +x gravity
sudo mv gravity /usr/bin/
cd $HOME
gravity init mymoniker --chain-id gravity-bridge-1
wget https://raw.githubusercontent.com/Gravity-Bridge/gravity-docs/main/genesis.json
cp genesis.json $HOME/.gravity/config/genesis.json
Change the seed field in ~/.gravity/config/config.toml to contain the following:
seeds = "[email protected]:26656"
gravity start