Laconic state machine
Go to file
2023-03-16 10:51:09 +05:30
.bencher ci: add bencher config (#652) 2021-10-08 12:07:03 +00:00
.github fix flake8 2023-03-14 13:13:38 +05:30
app update from fork 2023-03-13 12:34:10 +05:30
client Revert "fix lint js" 2023-03-14 11:26:56 +05:30
cmd update from fork 2023-03-13 12:34:10 +05:30
contrib/scripts ethermintd->laconicd 2022-10-13 11:23:17 +05:30
crypto update from fork 2023-03-13 12:34:10 +05:30
docs update from fork 2023-03-13 12:34:10 +05:30
encoding update from fork 2023-03-13 12:34:10 +05:30
ethereum/eip712 update from fork 2023-03-13 12:34:10 +05:30
gql Changes to run laconic-console app with laconicd (#75) 2023-01-11 13:06:42 +05:30
indexer update from fork 2023-03-13 12:34:10 +05:30
networks/local Sync from fork (#74) 2023-01-10 10:20:57 +05:30
nix update from fork 2023-03-13 12:34:10 +05:30
proto fix lint 2023-03-14 12:24:02 +05:30
rpc update from fork 2023-03-13 12:34:10 +05:30
scripts yaml fix lint 2023-03-14 11:38:11 +05:30
server update from fork 2023-03-13 12:34:10 +05:30
testnet fix markdown lint 2023-03-14 11:54:00 +05:30
tests yaml fix lint 2023-03-14 11:38:11 +05:30
testutil ignore semgrep file 2023-03-14 12:46:27 +05:30
tools chore: run gofumpt for non-generated files & fix tools/tools.go (#1590) 2023-01-05 17:22:18 +01:00
types update from fork 2023-03-13 12:34:10 +05:30
utils replace CIDFromJSONBytes (#97) 2023-03-14 11:21:23 +05:30
version update from fork 2023-03-13 12:34:10 +05:30
x delete old migration files 2023-03-16 10:51:09 +05:30
.clang-format Sync from fork (#74) 2023-01-10 10:20:57 +05:30
.dockerignore build: fix docker setup (#337) 2021-08-04 09:30:13 +00:00
.flake8 Sync from fork (#74) 2023-01-10 10:20:57 +05:30
.gitattributes add gitattributes file (#567) 2021-09-16 08:36:08 +00:00
.gitignore All test stuff (#88) 2023-01-30 16:59:13 -05:00
.gitleaks.toml Sync from fork (#74) 2023-01-10 10:20:57 +05:30
.golangci.yml Sync from fork (#74) 2023-01-10 10:20:57 +05:30
.goreleaser.yml ci: fix goreleaser (#708) 2021-10-29 15:56:09 +02:00
.markdownlint.yml release: v0.20-rc3 changelog (#1517) 2022-11-30 18:00:19 +01:00
.markdownlintignore Sync from fork (#74) 2023-01-10 10:20:57 +05:30
.mergify.yml Sync from fork (#74) 2023-01-10 10:20:57 +05:30
.protolint.yml Sync from fork (#74) 2023-01-10 10:20:57 +05:30
.semgrepignore ignore semgrep file 2023-03-14 12:46:27 +05:30
.solhint.json Sync from fork (#74) 2023-01-10 10:20:57 +05:30
.yamllint Sync from fork (#74) 2023-01-10 10:20:57 +05:30
buf.work.yaml Sync from fork (#74) 2023-01-10 10:20:57 +05:30
CHANGELOG.md chore(release): update changelog (#1641) 2023-01-26 19:43:35 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-07-17 11:52:20 -04:00
codecov.yml all: linter (#532) 2021-09-05 11:03:06 +00:00
CONTRIBUTING.md chore(ci): update linters (#1418) 2022-10-31 18:02:59 +00:00
default.nix update from fork 2023-03-13 12:34:10 +05:30
docker-compose.yml update fork 2022-10-10 16:08:33 +05:30
Dockerfile fix lint 2023-03-14 12:24:02 +05:30
go.mod Merge branch 'main' of github.com:cerc-io/laconicd into murali/update-fork 2023-03-16 10:45:59 +05:30
go.sum Merge branch 'main' of github.com:cerc-io/laconicd into murali/update-fork 2023-03-16 10:45:59 +05:30
gometalinter.json Sync from fork (#74) 2023-01-10 10:20:57 +05:30
gomod2nix.toml update from fork 2023-03-13 12:34:10 +05:30
init.bat chain id (#73) 2023-01-11 10:52:29 +05:30
init.sh try disable linters 2023-03-14 11:47:37 +05:30
LICENSE docs: re-license to LGPLv3 (#800) 2021-11-30 09:22:21 +01:00
Makefile Sync from fork (#74) 2023-01-10 10:20:57 +05:30
mlc_config.json Sync from fork (#74) 2023-01-10 10:20:57 +05:30
README.md update from fork 2023-03-13 12:34:10 +05:30
SECURITY.md Delete SECURITY.md 2023-02-04 19:00:17 +04:00
starport.yml chain id (#73) 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.