Airchains
Airchains is a Seamlessly zk for unmatched speed and privacy with zkRollup Framework, with diverse options for execution and data availability. Airchains framework supports EVM, SVM, and CosmWasm-based rollups
Chain ID | Latest Version Tag | Wasm |
---|---|---|
junction | 0.38.5 | OFF |
Chain explorer
TWS Validator
https://testnet.airchains.io/tws-validator
Public endpoints
- api: https://airchains-api.tws.im
- rpc: https://airchains-rpc.tws.im
- grpc: https://airchains-grpc.tws.im
Stop the service and erase the data
sudo systemctl stop junctiond.service
cp $HOME/.junction/data/priv_validator_state.json $HOME/.junction/priv_validator_state.json.backup
rm -rf $HOME/.junction/data/*
Download snapshot
curl -L https://airchains.tws.im/airchains_snapshot.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.junction/data/
mv $HOME/.junction/priv_validator_state.json.backup $HOME/.junction/data/priv_validator_state.json
Restart the service and check the log
sudo systemctl start junctiond.service && sudo journalctl -f -u junctiond.service