Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 901 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 901 Bytes

Specular Monorepo

Directory Structure

├── clients/geth: Specular L2 clients
│   ├── go-ethereum: Minimally modified go-ethereum to support Specular prover
│   └── specular: Specular client software
│       ├── bindings: Golang bindings of Specular L1 contracts
│       ├── proof: Specular prover
│       └── rollup: Specular rollup services
└── contracts: Specular L1 contracts

License

Unless specified in subdirectories, this repository is licensed under the Apache License 2.0. See LICENSE for details.