mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
chore: Initial commit
Co-authored-by: Franklin Delehelle <franklin.delehelle@odena.eu> Co-authored-by: Alexandre Belling <alexandrebelling8@gmail.com> Co-authored-by: Pedro Novais <jpvnovais@gmail.com> Co-authored-by: Roman Vaseev <4833306+Filter94@users.noreply.github.com> Co-authored-by: Bradley Bown <bradbown@googlemail.com> Co-authored-by: Victorien Gauch <85494462+VGau@users.noreply.github.com> Co-authored-by: Nikolai Golub <nikolai.golub@consensys.net> Co-authored-by: The Dark Jester <thedarkjester@users.noreply.github.com> Co-authored-by: jonesho <81145364+jonesho@users.noreply.github.com> Co-authored-by: Gaurav Ahuja <gauravahuja9@gmail.com> Co-authored-by: Azam Soleimanian <49027816+Soleimani193@users.noreply.github.com> Co-authored-by: Andrei A <andrei.alexandru@consensys.net> Co-authored-by: Arijit Dutta <37040536+arijitdutta67@users.noreply.github.com> Co-authored-by: Gautam Botrel <gautam.botrel@gmail.com> Co-authored-by: Ivo Kubjas <ivo.kubjas@consensys.net> Co-authored-by: gusiri <dreamerty@postech.ac.kr> Co-authored-by: FlorianHuc <florian.huc@gmail.com> Co-authored-by: Arya Tabaie <arya.pourtabatabaie@gmail.com> Co-authored-by: Julink <julien.fontanel@consensys.net> Co-authored-by: Bogdan Ursu <bogdanursuoffice@gmail.com> Co-authored-by: Jakub Trąd <jakubtrad@gmail.com> Co-authored-by: Alessandro Sforzin <alessandro.sforzin@consensys.net> Co-authored-by: Olivier Bégassat <olivier.begassat.cours@gmail.com> Co-authored-by: Steve Huang <97596526+stevehuangc7s@users.noreply.github.com> Co-authored-by: bkolad <blazejkolad@gmail.com> Co-authored-by: fadyabuhatoum1 <139905934+fadyabuhatoum1@users.noreply.github.com> Co-authored-by: Blas Rodriguez Irizar <rodrigblas@gmail.com> Co-authored-by: Eduardo Andrade <eduardofandrade@gmail.com> Co-authored-by: Ivo Kubjas <tsimmm@gmail.com> Co-authored-by: Ludcour <ludovic.courcelas@consensys.net> Co-authored-by: m4sterbunny <harrie.bickle@consensys.net> Co-authored-by: Alex Panayi <145478258+alexandrospanayi@users.noreply.github.com> Co-authored-by: Diana Borbe - ConsenSys <diana.borbe@consensys.net> Co-authored-by: ThomasPiellard <thomas.piellard@gmail.com>
This commit is contained in:
59
README.md
Normal file
59
README.md
Normal file
@@ -0,0 +1,59 @@
|
||||
# Linea zkEVM
|
||||
|
||||
This is the principal Linea repository. It mainly includes the smart contracts covering Linea's core functions, the prover in charge of generating ZK proofs, the coordinator responsible for multiple orchestrations, and the Postman to execute bridge messages.
|
||||
|
||||
It serves developers by making the Linea tech stack open source under the [Apache 2.0 license](LICENSE).
|
||||
|
||||
## What is Linea?
|
||||
|
||||
[Linea](https://linea.build) is a developer-ready layer 2 network scaling Ethereum. It's secured with a zero-knowledge rollup, built on lattice-based cryptography, and powered by [Consensys](https://consensys.io).
|
||||
|
||||
|
||||
## Get started
|
||||
|
||||
If you already have an understanding of the tech stack, use our [Get Started](docs/get-started.md) guide.
|
||||
|
||||
## Looking for the Linea code?
|
||||
|
||||
Linea's stack is made up of multiple repositories, these include:
|
||||
|
||||
- This repo, [linea-monorepo](https://github.com/Consensys/linea-monorepo): The main repository for the Linea stack & network
|
||||
- [linea-besu](https://github.com/Consensys/linea-besu): Fork of Besu to implement the Linea-Besu client
|
||||
- [linea-sequencer](https://github.com/Consensys/linea-sequencer): A set of Linea-Besu plugins for the sequencer and RPC nodes
|
||||
- [linea-tracer](https://github.com/Consensys/linea-tracer): Linea-Besu plugin which produces the traces that the constraint system applies and that serve as inputs to the prover
|
||||
- [linea-constraints](https://github.com/Consensys/linea-constraints): Implementation of the constraint system from the specification
|
||||
- [linea-specification](https://github.com/Consensys/linea-specification): Specification of the constraint system defining Linea's zk-EVM
|
||||
|
||||
Linea abstracts away the complexity of this technical architecture to allow developers to:
|
||||
|
||||
- [Bridge tokens](https://docs.linea.build/developers/guides/bridge)
|
||||
- [Deploy a contract](https://docs.linea.build/developers/quickstart/deploy-smart-contract)
|
||||
- [Run a node](https://docs.linea.build/developers/guides/run-a-node)
|
||||
|
||||
... and more.
|
||||
|
||||
## How to contribute
|
||||
|
||||
Contributions of any kind are welcome!
|
||||
|
||||
1. [Create an issue](https://github.com/Consensys/linea-monorepo/issues)
|
||||
> If the proposed update is non-trivial, also tag us for discussion.
|
||||
2. Submit the update as a pull request from your [fork of this repo](https://github.com/Consensys/linea-monorepo/fork), and tag us for review.
|
||||
> Include the issue number in the pull request description and (optionally) in the branch name.
|
||||
|
||||
Consider starting with a ["good first issue"](https://github.com/ConsenSys/linea-monorepo/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
|
||||
|
||||
Before contributing, ensure you're familiar with:
|
||||
|
||||
- Our [contribution guide](docs/contribute.md)
|
||||
- Our [code of conduct](docs/code-of-conduct.md)
|
||||
- The [Besu contribution guide](https://wiki.hyperledger.org/display/BESU/Coding+Conventions), for Besu:Linea related contributions
|
||||
- Our [Security policy](docs/security.md)
|
||||
|
||||
### Useful links
|
||||
|
||||
- [Linea docs](https://docs.linea.build)
|
||||
- [Linea blog](https://linea.mirror.xyz)
|
||||
- [Support](https://support.linea.build)
|
||||
- [Discord](https://discord.gg/linea)
|
||||
- [Twitter](https://twitter.com/LineaBuild)
|
||||
Reference in New Issue
Block a user