Laconic state machine
Go to file
2024-01-23 12:04:58 -06:00
.bencher ci: add bencher config () 2021-10-08 12:07:03 +00:00
.gitea/workflows Fix syntax 2024-01-23 12:04:58 -06:00
.github Revert to GH-version 2024-01-23 00:03:28 -06:00
app chain id () 2023-01-11 10:52:29 +05:30
client Sync from fork () 2023-01-10 10:20:57 +05:30
cmd Sync from fork () 2023-01-10 10:20:57 +05:30
contrib/scripts ethermintd->laconicd 2022-10-13 11:23:17 +05:30
crypto Sync from fork () 2023-01-10 10:20:57 +05:30
docs Sync from fork () 2023-01-10 10:20:57 +05:30
encoding update fork 2022-10-10 16:08:33 +05:30
ethereum/eip712 Remove hard-coded record types () 2024-01-15 04:20:38 +00:00
gql Remove hard-coded record types () 2024-01-15 04:20:38 +00:00
indexer Sync from fork () 2023-01-10 10:20:57 +05:30
networks/local Sync from fork () 2023-01-10 10:20:57 +05:30
nix Sync from fork () 2023-01-10 10:20:57 +05:30
proto Clean up test suite () 2024-01-22 10:27:08 +00:00
rpc Sync from fork () 2023-01-10 10:20:57 +05:30
scripts Minimal set of working Gitea workflows. () 2024-01-23 05:58:12 +00:00
server Sync from fork () 2023-01-10 10:20:57 +05:30
testnet update validator doc for v0.8.0 and laconic_81337-6 2023-03-10 06:35:33 +00:00
tests Restore waiting for the server to be up before launching tests. () 2024-01-22 22:24:14 +00:00
testutil Clean up test suite () 2024-01-22 10:27:08 +00:00
tools update fork 2022-10-10 16:08:33 +05:30
types Sync from fork () 2023-01-10 10:20:57 +05:30
utils replace CIDFromJSONBytes () 2023-03-14 11:21:23 +05:30
version ignore gosec 2022-10-18 15:36:34 +05:30
x Clean up test suite () 2024-01-22 10:27:08 +00:00
.clang-format Sync from fork () 2023-01-10 10:20:57 +05:30
.dockerignore Clean up test suite () 2024-01-22 10:27:08 +00:00
.flake8 Sync from fork () 2023-01-10 10:20:57 +05:30
.gitattributes add gitattributes file () 2021-09-16 08:36:08 +00:00
.gitignore All test stuff () 2023-01-30 16:59:13 -05:00
.gitleaks.toml Sync from fork () 2023-01-10 10:20:57 +05:30
.golangci.yml Fix lint errors (which are actually bugs in linting dependencies) () 2023-11-21 04:57:52 +00:00
.goreleaser.yml ci: fix goreleaser () 2021-10-29 15:56:09 +02:00
.markdownlint.yml Sync from fork () 2023-01-10 10:20:57 +05:30
.markdownlintignore Sync from fork () 2023-01-10 10:20:57 +05:30
.mergify.yml Sync from fork () 2023-01-10 10:20:57 +05:30
.protolint.yml Sync from fork () 2023-01-10 10:20:57 +05:30
.semgrepignore change comment 2023-03-20 11:18:13 +05:30
.solhint.json Sync from fork () 2023-01-10 10:20:57 +05:30
.yamllint Sync from fork () 2023-01-10 10:20:57 +05:30
buf.work.yaml Sync from fork () 2023-01-10 10:20:57 +05:30
CHANGELOG.md Sync from fork () 2023-01-10 10:20:57 +05:30
CODE_OF_CONDUCT.md
codecov.yml all: linter () 2021-09-05 11:03:06 +00:00
CONTRIBUTING.md update fork 2022-10-10 16:08:33 +05:30
default.nix ethermintd->laconicd 2022-10-13 11:23:17 +05:30
docker-compose.yml update fork 2022-10-10 16:08:33 +05:30
Dockerfile Restore CMD rather than ENTRYPOINT () 2024-01-22 23:19:08 +00:00
go.mod Fix lint errors (which are actually bugs in linting dependencies) () 2023-11-21 04:57:52 +00:00
go.sum Fix lint errors (which are actually bugs in linting dependencies) () 2023-11-21 04:57:52 +00:00
gometalinter.json Sync from fork () 2023-01-10 10:20:57 +05:30
gomod2nix.toml Sync from fork () 2023-01-10 10:20:57 +05:30
init.bat chain id () 2023-01-11 10:52:29 +05:30
init.sh Clean up test suite () 2024-01-22 10:27:08 +00:00
LICENSE docs: re-license to LGPLv3 () 2021-11-30 09:22:21 +01:00
Makefile Minimal set of working Gitea workflows. () 2024-01-23 05:58:12 +00:00
mlc_config.json Sync from fork () 2023-01-10 10:20:57 +05:30
README.md Update README.md 2023-01-11 09:11:37 -05:00
starport.yml chain id () 2023-01-11 10:52:29 +05:30

Laconic Network

banner

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.