https://github.com/ethereum-optimism/infra
Optimism is Ethereum, scaled.
https://github.com/ethereum-optimism/infra
ethereum infra l2-scaling optimism rollup
Last synced: about 2 months ago
JSON representation
Optimism is Ethereum, scaled.
- Host: GitHub
- URL: https://github.com/ethereum-optimism/infra
- Owner: ethereum-optimism
- License: mit
- Created: 2024-05-21T19:42:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T20:51:24.000Z (about 2 months ago)
- Last Synced: 2025-04-07T21:25:12.865Z (about 2 months ago)
- Topics: ethereum, infra, l2-scaling, optimism, rollup
- Language: Go
- Homepage: https://optimism.io
- Size: 17.4 MB
- Stars: 30
- Watchers: 25
- Forks: 52
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Optimism Infrastructure
This repository is an extension of the [Optimism monorepo](https://github.com/ethereum-optimism/optimism) and contains the infrastructure that supports the Optimism ecosystem.
## Components
- op-acceptor: Network Acceptance Tester: A tool that tests the network acceptance of devnets. (See [op-acceptor/README.md](./acceptor/README.md) or [devdocs/pm](https://devdocs.optimism.io/pm/acceptance-testing.html) for more information)
- op-conductor-mon: Monitors multiple op-conductor instances and provides a unified interface for reporting metrics.
- op-signer: Thin gateway that supports various RPC endpoints to sign payloads from op-stack components using private key stored in KMS.
- op-ufm: User facing monitoring creates transactions at regular intervals and observe transaction propagation across different RPC providers.## Release Process
For the thoroughly defined process releasing services in this repository, please refer to [this document](./RELEASE.md).