forked from cerc-io/laconicd
Laconic state machine
For registry module: - Add commands to: - get records by bond id - reserve name authority - get name authority - set authority bond id - set name - get and list names - resolve name to a record - delete name - Handle: - genesis import / export - returning names when fetching record(s) - sub-authority reservation - To be handled in an upcoming PR: - module end blocker - record expiry - command to renew records - bond-association commands Reviewed-on: deep-stack/laconic2d#6 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com> |
||
|---|---|---|
| api/cerc | ||
| app | ||
| cmd/laconic2d | ||
| proto | ||
| scripts | ||
| utils | ||
| 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