Celestia Core will power the Celestia main chain by leveraging Tendermint.
Celestia itself is a scale-out data availability-focused minimal blockchain. It allows users to post arbitrary data on the chain, as well as define their own execution layers. This data is ordered on-chain but not executed. This allows for the first scalable data layer for decentralised applications, including optimistic rollup sidechains. Additionally, this design allows developers to define their own execution environments.
Read this blog post to learn more about what we are building.
The original whitepaper and the specification which we are currently wrapping up can give you a more detailed overview what to expect from this repository.
Requirement | Notes |
---|---|
Go version | Go1.16 or higher |
Before contributing to the project, please take a look at the contributing guidelines and the style guide.
Join the community at Telegram or jump onto the Forum to get more involved into discussions.
Learn more by reading the code and the specifications.
Celestia Core uses Semantic Versioning to determine when and how the version changes. According to SemVer, anything in the public API can change at any time before version 1.0.0
- Ethereum research post
- Academic paper
- Blog
- Project web site
- Academic prototype
- Follow Celestia on Twitter
For more information on Tendermint Core and pointers to documentation for Tendermint visit this repository.