An open API service indexing awesome lists of open source software.

https://github.com/tnodes/bct

BCT is Bash Scripting to backup validator config folder in IBC testnet & mainnet nodes
https://github.com/tnodes/bct

Last synced: about 1 month ago
JSON representation

BCT is Bash Scripting to backup validator config folder in IBC testnet & mainnet nodes

Awesome Lists containing this project

README

          

# BCT
BCT is Bash Scripting to backup validator config folder in IBC testnet & mainnet nodes
```bash
.
├── addrbook.json
├── app.toml
├── client.toml
├── config.toml
├── genesis.json
├── node_key.json
└── priv_validator_key.json
```

# Feature
* Directory listing to download backup config in another devices

# IBC Testnet Support
1. Quicksilver
2. Kqcosmos
3. Sei
4. Stride
5. Sui
6. Humanai
7. Andromeda
8. GOA Ordos Chain
9. Quasar
10. Nolus

# IBC Mainnet Support
1. Arkhadian

More soon

# Run
```
curl -O https://raw.githubusercontent.com/Tnodes/BCT/main/run.sh && chmod +x run.sh && ./run.sh
```