Rename laconic2d to laconicd repo in readme (#53)
Part of [Rename laconic2d to laconicd](https://www.notion.so/Rename-laconic2d-to-laconicd-9028d0c020d24d1288e92ebcb773d7a7) Reviewed-on: #53 Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
parent
7330d03c3c
commit
4150076469
10
README.md
10
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.
|
||||
|
Loading…
Reference in New Issue
Block a user