# laconic2d
Install and run `laconic2d`:
```bash
# install the laconic2d binary
make install
# initialize the chain
make init
# start the chain
laconic2d start
```
Run tests:
make test-integration