Laconic state machine
Thomas E Lackey
a310c375ab
Some checks failed
Build / cleanup-runs (pull_request) Successful in 5s
Deploy Contract / cleanup-runs (pull_request) Successful in 6s
Deploy Contract / deploy (pull_request) Failing after 42s
Build / build (pull_request) Successful in 55s
Dependency Review / dependency-review (pull_request) Successful in 53s
CodeQL / Analyze (go) (pull_request) Successful in 1m1s
Pull Request Labeler / triage (pull_request) Successful in 10s
Semgrep / Scan (pull_request) Failing after 10s
Run Gosec / Gosec (pull_request) Successful in 19s
Tests / cleanup-runs (pull_request) Successful in 8s
Lint / Run golangci-lint (pull_request) Successful in 55s
Lint / Run flake8 on python integration tests (pull_request) Failing after 52s
Tests / test-rpc (pull_request) Successful in 50s
Tests / test-importer (pull_request) Successful in 1m48s
Tests / test-unit-cover (pull_request) Successful in 1m56s
Tests / sdk_tests (pull_request) Failing after 2m17s
|
||
---|---|---|
.bencher | ||
.github | ||
app | ||
client | ||
cmd | ||
contrib/scripts | ||
crypto | ||
docs | ||
encoding | ||
ethereum/eip712 | ||
gql | ||
indexer | ||
networks/local | ||
nix | ||
proto | ||
rpc | ||
scripts | ||
server | ||
testnet | ||
tests | ||
testutil | ||
tools | ||
types | ||
utils | ||
version | ||
x | ||
.clang-format | ||
.dockerignore | ||
.flake8 | ||
.gitattributes | ||
.gitignore | ||
.gitleaks.toml | ||
.golangci.yml | ||
.goreleaser.yml | ||
.markdownlint.yml | ||
.markdownlintignore | ||
.mergify.yml | ||
.protolint.yml | ||
.semgrepignore | ||
.solhint.json | ||
.yamllint | ||
buf.work.yaml | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
codecov.yml | ||
CONTRIBUTING.md | ||
default.nix | ||
docker-compose.yml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
gometalinter.json | ||
gomod2nix.toml | ||
init.bat | ||
init.sh | ||
LICENSE | ||
Makefile | ||
mlc_config.json | ||
README.md | ||
starport.yml |
Laconic Network
The Source of Proof. Laconic is a next generation data availability & verifiability layer with cryptographic proofs, powering internet-scale Web3 applications, built on Proof-of-Stake with fast-finality using the Cosmos SDK which runs on top of Tendermint Core consensus engine.
Note: Requires Go 1.19+
Installation
make install
Usage
To quickly get started with a single node fixture, run:
./init.sh
Community
The following chat channels and forums are a great spot to ask questions about Ethermint:
Contributing
Looking for a good place to start contributing? Check out some good first issues
.
For additional instructions, standards and style guides, please refer to the Contributing document.