2024-03-07 09:11:53 +00:00
< div align = "center" >
< h1 > Laconic Network < / h1 >
< / div >
![banner ](docs/laconic.jpeg )
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 ](https://github.com/cosmos/cosmos-sdk/ ) which runs on top of [CometBFT ](https://github.com/cometbft/cometbft ) consensus engine.
## Installation
2024-02-01 04:48:40 +00:00
2024-04-01 09:57:26 +00:00
Install `laconicd` :
2024-02-01 04:48:40 +00:00
```bash
2024-04-01 09:57:26 +00:00
# install the laconicd binary
2024-02-01 04:48:40 +00:00
make install
2024-03-07 05:10:41 +00:00
```
2024-02-01 04:48:40 +00:00
2024-03-07 09:11:53 +00:00
## Usage
2024-03-07 05:10:41 +00:00
Run with a single node fixture:
2024-02-01 04:48:40 +00:00
2024-03-07 05:10:41 +00:00
```bash
2024-02-01 04:48:40 +00:00
# start the chain
2024-03-07 05:10:41 +00:00
./scripts/init.sh
# start the chain with data dir reset
./scripts/init.sh clean
2024-02-01 04:48:40 +00:00
```
2024-02-29 11:54:35 +00:00
2024-03-07 09:11:53 +00:00
## Tests
2024-02-29 11:54:35 +00:00
Run tests:
```bash
2024-03-04 11:16:09 +00:00
# integration tests
2024-02-29 11:54:35 +00:00
make test-integration
2024-03-04 11:16:09 +00:00
# e2e tests
make test-e2e
2024-02-29 11:54:35 +00:00
```
2024-04-01 09:57:26 +00:00
## Community
The following chat channels and forums are a great spot to ask questions about Laconic:
- [Laconic Twitter ](https://twitter.com/laconicnetwork )
- [Website ](https://laconic.com )