39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
<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 [Tendermint Core](https://github.com/tendermint/tendermint) consensus engine.
|
|
|
|
**Note**: Requires [Go 1.19+](https://golang.org/dl/)
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
make install
|
|
```
|
|
|
|
## Usage
|
|
|
|
To quickly get started with a single node fixture, run:
|
|
|
|
```bash
|
|
./init.sh
|
|
```
|
|
|
|
## Community
|
|
|
|
The following chat channels and forums are a great spot to ask questions about Ethermint:
|
|
|
|
- [Laconic Twitter](https://twitter.com/laconicnetwork)
|
|
- [Discord](https://discord.com/invite/ukhbBemyxY)
|
|
- [Website](https://laconic.com)
|
|
|
|
## Contributing
|
|
|
|
Looking for a good place to start contributing? Check out some [`good first issues`](https://github.com/cerc-io/laconicd/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
|
|
|
|
For additional instructions, standards and style guides, please refer to the [Contributing](./CONTRIBUTING.md) document.
|