laconicd/README.md
prathamesh0 e513f79b81
Add a minimal chain and placeholders for bond module (#1)
* Setup minimal chain

* Change app and command name

* Rename command folder

* Add run instructions

* Add placeholder files for bond module

* Missing new line
2024-02-01 10:18:40 +05:30

15 lines
184 B
Markdown

# laconic2d
Install and run `laconic2d`:
```bash
# install the laconic2d binary
make install
# initialize the chain
make init
# start the chain
laconic2d start
```