An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


hilo


A suite of `std` components for the superchain.


CI
License
Book
Codecov


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