πŸ’ Story-aeneid

Public Endpoints

🌐RPC cosmos: https://Story-eaneid-testnet-rpc.validator247.com

πŸ”§API : https://story-eaneid-testnet-api.validator247.com

βš™οΈRPC EVM : https://story-eaneid-evm-rpc.validator247.com

πŸ“‘WebSocket Secure : wss://Story-eaneid-evm-ws.validator247.com

install go

cd $HOME
VER="1.22.5"
wget "https://golang.org/dl/go$VER.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$VER.linux-amd64.tar.gz"
rm "go$VER.linux-amd64.tar.gz"
[ ! -f ~/.bash_profile ] && touch ~/.bash_profile
echo "export PATH=$PATH:/usr/local/go/bin:~/go/bin" >> ~/.bash_profile
source $HOME/.bash_profile
[ ! -d ~/go/bin ] && mkdir -p ~/go/bin

set vars

download binaries

install Story

init story app

set peers

set custom ports in story.toml file

set custom ports in config.toml file

enable prometheus and disable indexing

Download Addrbook & Genesis

create geth servie file

create story service file

enable and start geth, story

check logs

Create validator

View your validator key

Export EVM private key

Create validator, locked

Create validator, unlocked

Remember to backup your validator priv_key from here:

View EVM private key and make a key backup

Delete Node

Last updated