From c86171d5483345bad224aea809a6bbb71c7c82d4 Mon Sep 17 00:00:00 2001 From: Nabarun Date: Fri, 22 Mar 2024 11:58:09 +0530 Subject: [PATCH] Update steps for laconic2d --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b12cad4..1f26a3a 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,7 @@ User interface for submitting and reading records registered on Laconic. * In [laconic2d](https://git.vdb.to/cerc-io/laconic2d) repo, start the chain ```bash - ./init.sh - ``` - * For auction functionality enabled, add this environment variable: - - ```bash - TEST_AUCTION_ENABLED=true ./init.sh + ./scripts/init.sh clean ``` * Run the laconic-console app @@ -68,7 +63,7 @@ User interface for submitting and reading records registered on Laconic. * Export the private key using: ```bash - laconic2d keys export mykey --unarmored-hex --unsafe + laconic2d keys export alice --keyring-backend test --unarmored-hex --unsafe ``` * Copy the private key exported above and assign it to variable `PRIVATE_KEY` in the `.env` file. -- 2.45.2