Tendermint KMS is a key management service that allows separating key management from Tendermint nodes. In addition it provides other advantages such as:Documentation Index
Fetch the complete documentation index at: https://docs.cosmos.network/llms.txt
Use this file to discover all available pages before exploring further.
- Improved security and risk management policies
- Unified API and support for various HSM (hardware security modules)
- Double signing protection (software or hardware based)
Building
Detailed build instructions can be found here.| Backend | Recommended Command line |
|---|---|
| YubiHSM | cargo build --features yubihsm |
| Ledger+Tendermint App | cargo build --features ledgertm |