Skip to content

Commit

Permalink
Rename laconic2d to laconicd repo in readme (#53)
Browse files Browse the repository at this point in the history
Part of [Rename laconic2d to laconicd](https://www.notion.so/Rename-laconic2d-to-laconicd-9028d0c020d24d1288e92ebcb773d7a7)

Reviewed-on: https://git.vdb.to/cerc-io/laconic-console/pulls/53
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
  • Loading branch information
nikugogoi authored and ashwin committed Jul 23, 2024
1 parent 7330d03 commit 4150076
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4150076

Please sign in to comment.