laconicd/README.md

25 lines
1.0 KiB
Markdown
Raw Normal View History

2022-09-06 14:01:52 +00:00
# Laconic Network
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.
2021-09-03 16:54:34 +00:00
**Note**: Requires [Go 1.17+](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-09-06 14:01:52 +00:00
- [Laconic Twitter](https://twitter.com/laconicnetwork)
- [Discord](https://discord.com/invite/ukhbBemyxY)
- [Website](https://laconic.com)
## Contributing
2022-09-06 14:01:52 +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.