Rename laconic2d to laconicd repo in readme #53

Merged
ashwin merged 1 commits from ng-rename-laconic2d into main 2024-07-23 04:54:40 +00:00
Showing only changes of commit 13a9d87d33 - Show all commits

View File

@ -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.