Laconic state machine
Go to file
Prathamesh Musale 28d6dff46c
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 1m23s
Update readme
2024-02-29 12:23:46 +05:30
.gitea/workflows Setup CI workflow to run integration tests 2024-02-29 12:03:58 +05:30
api/cerc Support retrieving records using attributes 2024-02-29 11:53:25 +05:30
app Setup integration tests for auction module keeper 2024-02-28 15:42:29 +05:30
cmd/laconic2d Update readme 2024-02-29 12:23:46 +05:30
proto Support retrieving records using attributes 2024-02-29 11:53:25 +05:30
scripts Update readme 2024-02-29 12:23:46 +05:30
tests Setup CI workflow to run integration tests 2024-02-29 12:03:58 +05:30
utils Additional auction module commands (#3) 2024-02-15 06:56:18 +00:00
x Support retrieving records using attributes 2024-02-29 11:53:25 +05:30
.gitignore Initial commit 2024-01-31 14:42:54 +05:30
go.mod Add a test for getting auction by id 2024-02-28 16:21:18 +05:30
go.sum Add registry module commands to set and get records (#5) 2024-02-16 06:40:42 +00:00
Makefile Setup integration tests for auction module keeper 2024-02-28 15:42:29 +05:30
README.md Update readme 2024-02-29 12:23:46 +05:30

laconic2d

Install and run laconic2d:

# install the laconic2d binary
make install

# initialize the chain
make init

# start the chain
laconic2d start

Run tests:

make test-integration