Skip to content

Commit

Permalink
Update steps for running with laconic2d (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikugogoi authored and nabarun committed Mar 22, 2024
1 parent ef73da7 commit 61f445a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 61f445a

Please sign in to comment.