From 13a9d87d33d47a50e56b6597c51400b421f9dc9f Mon Sep 17 00:00:00 2001 From: Nabarun Date: Tue, 23 Jul 2024 10:08:58 +0530 Subject: [PATCH] Rename laconic2d to laconicd repo --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f26a3a..90d7fbf 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ User interface for submitting and reading records registered on Laconic. ## Development * Clone the required repos: - * [laconic2d](https://git.vdb.to/cerc-io/laconic2d) + * [laconicd](https://git.vdb.to/cerc-io/laconicd) ```bash - git clone git@git.vdb.to:cerc-io/laconic2d.git + git clone git@git.vdb.to:cerc-io/laconicd.git ``` -* Run the `laconic2d` chain: - * In [laconic2d](https://git.vdb.to/cerc-io/laconic2d) repo, start the chain +* Run the `laconicd` chain: + * In [laconicd](https://git.vdb.to/cerc-io/laconicd) repo, start the chain ```bash ./scripts/init.sh clean @@ -63,7 +63,7 @@ User interface for submitting and reading records registered on Laconic. * Export the private key using: ```bash - laconic2d keys export alice --keyring-backend test --unarmored-hex --unsafe + laconicd 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.