forked from cerc-io/laconicd
		
	Laconic state machine
			
		
		| * Add commands to get bonds by id and owner * Add commands to get bond module params and balances * Add commands to refill, withdraw and cancel bond * Add implementations for bond tx commands * Use indexed map to implement command for getting bond by owner * Use collections for bond module params * Clean up | ||
|---|---|---|
| api/cerc/bond | ||
| app | ||
| cmd/laconic2d | ||
| proto | ||
| scripts | ||
| x | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| README.md | ||
laconic2d
Install and run laconic2d:
# install the laconic2d binary
make install
# initialize the chain
make init
# start the chain
laconic2d start