State sync allows a new node to join a network by fetching a snapshot of the network state at a recent height, instead of fetching and replaying all historical blocks
Some blockchains do not yet know how to transfer wasm along with State sync. Download wasm if necessary
Important - different blockchains need a different amount of RAM to successfully start with State sync. Average 4 GB RAM
State sync
# stop the service and clear the database
systemctl stop story
rm -rf $HOME/.story/story/data
# install lz4
apt update
apt install snapd -y
snap install lz4
# download wasm if necessary
This project does not support wasm