Laconic state machine
Thomas E Lackey
976a97234f
Some checks failed
Pull Request Labeler / triage (push) Successful in 2s
Lint / Run flake8 on python integration tests (push) Failing after 38s
CodeQL / Analyze (go) (push) Failing after 2m7s
Tests / cleanup-runs (push) Has been skipped
Run Gosec / Gosec (push) Failing after 1m31s
Lint / Run golangci-lint (push) Successful in 4m48s
Tests / test-rpc (push) Failing after 4m15s
Tests / sdk_tests (push) Failing after 1m45s
Tests / test-unit-cover (push) Failing after 8m38s
Tests / test-importer (push) Successful in 8m58s
Work around bug https://github.com/golangci/golangci-lint/issues/3906 and https://github.com/cachix/install-nix-action/issues/161 and address other lint/CI issues. Reviewed-on: cerc-io/laconicd#114 Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com> Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com> |
||
---|---|---|
.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.