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 teritorid
teritorid tendermint unsafe-reset-all --home $HOME/.teritorid
# download wasm if necessary
curl -L https://share.utsa.tech/teritori/wasm-teritori.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.teritorid --strip-components 2