laconicd/README.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

2022-10-10 10:38:33 +00:00
<div align="center">
2022-11-21 04:46:23 +00:00
<h1> Laconic Network </h1>
2022-10-10 10:38:33 +00:00
</div>
2022-11-21 04:46:23 +00:00
![banner](docs/laconic.jpeg)
2022-10-10 10:38:33 +00:00
2022-11-21 04:46:23 +00:00
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.
2022-10-10 10:38:33 +00:00
**Note**: Requires [Go 1.18+](https://golang.org/dl/)
## Installation
```bash
make install
```
## Community
2018-07-12 22:25:48 +00:00
The following chat channels and forums are a great spot to ask questions about Ethermint:
2022-11-21 04:46:23 +00:00
- [Laconic Twitter](https://twitter.com/laconicnetwork)
- [Discord](https://discord.com/invite/ukhbBemyxY)
- [Website](https://laconic.com)
## Contributing
2022-11-21 04:46:23 +00:00
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.