e513f79b81
* Setup minimal chain * Change app and command name * Rename command folder * Add run instructions * Add placeholder files for bond module * Missing new line
15 lines
184 B
Markdown
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
|
|
```
|