This document covers how to delegate your Graviton token
Community guide for Cosmostation delegation (Without Ledger)
If you are running Linux and have your keys stored in a ledger do the following
wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.5.2/gravity-linux-amd64
chmod +x gravity-linux-amd64
mv gravity-linux-amd gravity
sudo mv gravity /usr/bin/
gravity init gravity-bridge-3
gravity keys add --ledger <your ledger key name>
# you should see your ledger address
gravity keys list
gravity tx staking delegate --from <your ledger key name> <valoper address> <amount> --node https://gravitychain.io:26657 --chain-id gravity-bridge-3
If you are running Mac and have your keys stored in a ledger do the following
wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.5.2/gravity-darwin-amd64
sudo mv gravity-darwin-amd64 /usr/bin/
gravity init gravity-bridge-3
gravity keys add --ledger <your ledger key name>
# you should see your ledger address
gravity keys list
gravity tx staking delegate --from <your ledger key name> <valoper address> <amount> --node https://gravitychain.io:26657 --chain-id gravity-bridge-3
This is coming soon