Story Protocol
Mainnet
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" && \
echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> ~/.bash_profile && \
source ~/.bash_profile && go versionInitialize
Create a service Story-geth
Create a service Story
Sync from snapshot
Create a validator
Export EVM private key
Create a validator
Useful commands โ๏ธ
Delete node ๐๏ธ
Last updated