Laconic state machine
Go to file
2024-02-14 09:25:10 +05:30
api/cerc Add commands to create and get auctions (#2) 2024-02-12 08:34:40 +00:00
app Update account address prefix 2024-02-13 19:22:42 +05:30
cmd/laconic2d Add a minimal chain and placeholders for bond module (#1) 2024-02-01 10:18:40 +05:30
proto Add commands to create and get auctions (#2) 2024-02-12 08:34:40 +00:00
scripts Setup and integrate bond module into the chain (#2) 2024-02-01 16:28:34 +05:30
utils Add commands to get bids for an auction 2024-02-13 18:32:17 +05:30
x Add a command to get auction module balance 2024-02-14 09:25:10 +05:30
.gitignore Initial commit 2024-01-31 14:42:54 +05:30
go.mod Setup a custom command to commit a bid 2024-02-13 18:00:10 +05:30
go.sum Setup a custom command to commit a bid 2024-02-13 18:00:10 +05:30
Makefile Add a minimal chain and placeholders for bond module (#1) 2024-02-01 10:18:40 +05:30
README.md Add a minimal chain and placeholders for bond module (#1) 2024-02-01 10:18:40 +05:30

laconic2d

Install and run laconic2d:

# install the laconic2d binary
make install

# initialize the chain
make init

# start the chain
laconic2d start