From 578f2153e86a31fa0ba127a3a719e3429b0a8160 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Thu, 9 May 2024 11:20:14 +0530 Subject: [PATCH] Update instructions --- demo/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demo/README.md b/demo/README.md index b826d15..e78b1ae 100644 --- a/demo/README.md +++ b/demo/README.md @@ -13,6 +13,8 @@ * Create and populate `config.yml` following [config.example.yml](./config.example.yml): ```bash + cp config.example.yml config.yml + # Get user key laconicd keys export alice --unarmored-hex --unsafe --keyring-backend test --home ~/.laconicd @@ -21,6 +23,9 @@ # Get the bond id laconicd query bond list + + # Change the gas value + # gas: 500000 ``` * Install the CLI: