Panthea EU Docs
Search
K

Shentu (CTK)

Decentralized security solution for audits, insurance, monitoring, and decentralized finance, built with the Cosmos SDK.

Snapshot (Max. 4 hours old)

Pruning: custom/100/0/10 - Indexer: null
sudo systemctl stop shentud
cp $HOME/.shentud/data/priv_validator_state.json $HOME/.shentud/priv_validator_state.json.backup
rm -rf $HOME/.shentud/data
curl -o - -L https://valhalla.panthea.eu/snapshots/shentu-snapshot.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.shentud
mv $HOME/.shentud/priv_validator_state.json.backup $HOME/.shentud/data/priv_validator_state.json
sudo systemctl start shentud

Addrbook (Updated every hour)

curl -Ls https://valhalla.panthea.eu/addrbooks/shentu/addrbook.json > $HOME/.shentud/config/addrbook.json

Genesis file

curl -Ls https://valhalla.panthea.eu/genesis/shentu/genesis.json > $HOME/.shentud/config/genesis.json

Persistent Peer

Seed Node

RPC Endpoint

REST/API Endpoint

Last modified 2mo ago