https://github.com/op-rs/hilo
A suite of portable, extensible `std` components for the superchain.
https://github.com/op-rs/hilo
alloy optimism rust superchain
Last synced: about 1 year ago
JSON representation
A suite of portable, extensible `std` components for the superchain.
- Host: GitHub
- URL: https://github.com/op-rs/hilo
- Owner: op-rs
- License: mit
- Archived: true
- Created: 2024-08-27T19:25:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T07:22:51.000Z (over 1 year ago)
- Last Synced: 2025-04-12T03:47:04.053Z (about 1 year ago)
- Topics: alloy, optimism, rust, superchain
- Language: Rust
- Homepage: https://crates.io/crates/super
- Size: 2.23 MB
- Stars: 21
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
A suite of `std` components for the superchain.
Overview •
Security •
Contributing •
License
## Overview
`hilo` is the sister of [`kona`][kona].
It is a suite of portable, modular `std` OP Stack components,
where `kona` contains `no_std` components.
`hilo` provides library components in [crates](./crates/), and
binary applications in [bin/](./bin/). Bins like `hera` compose
multiple crates from `hilo` and `kona`.
## Development Status
`hilo` is currently in active development, and is not yet ready for use in production.
## Security
Specifications around security are provided in [Security.md](./Security.md).
## Contributing
Contributing guidelines are outlined in [Contributing.md](./Contributing.md).
## License
Licensed under MIT license.
[mit-url]: LICENSE-MIT
[apache-url]: LICENSE-APACHE
[kona]: https://github.com/op-rs/kona