📔Notes on Production Deployment
Setting up Tendermint KMS for signing blocks (only for validators)
Configuration
[[chain]]
id = "<CHAIN_ID>"
key_format = { type = "hex" }
[[validator]]
addr = "unix:///<TMKMS_SOCKET_PATH>"
chain_id = "<CHAIN_ID>"
[[providers.<USED SIGNING PROVIDER>]]
chain_ids = ["<CHAIN_ID>"]Obtaining the consensus/validator public key
Step 0. Generate/Initialize the key pair or seed
Step 1. Obtain the public key in the correct encoding
Step 2. Place/Use the public key where needed
Step 3. Start up everything
Sist oppdatert