Story Protocol
Aeneid Testnet
Website
https://www.storyprotocol.xyz/
Hardware requirements
CPU
RAM
Storage
Network
OS
Installation ๐พ
Update repositories
apt update && apt upgrade -yInstall dependencies
sudo apt install curl git make jq build-essential gcc unzip wget lz4 aria2 -ycd $HOME
VER="1.24.10"
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/binInitialize
Create a service Story-geth
Create a service Story
Sync from snapshot
Create a validator
Export EVM private key
Form
Create a validator
Useful commands โ๏ธ
Delete node ๐๏ธ
Last updated