Skip to content

Commit

Permalink
Update README.md (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby authored Feb 22, 2024
1 parent d0e748d commit df10e79
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<a href="https://github.com/ethereum-optimism/kona/actions/workflows/ci.yaml">
<img src="https://github.com/ethereum-optimism/kona/actions/workflows/ci.yaml/badge.svg?label=ci" alt="CI">
</a>
<a href="https://github.com/ethereum-optimism/kona/actions/workflows/fpvm-tests.yaml">
<img src="https://github.com/ethereum-optimism/kona/actions/workflows/fpvm-tests.yaml/badge.svg?label=FPVM Tests" alt="FPVM Tests">
</a>
<img src="https://img.shields.io/badge/License-MIT-green.svg?label=license" alt="License">
<a href="https://ethereum-optimism.github.io/kona">
<img src="https://img.shields.io/badge/Contributor%20Book-grey?logo=mdBook" alt="Book">
Expand All @@ -29,6 +32,10 @@
Kona is a [fault proof program][fpp-specs] designed to deterministically execute a rollup state transition in order to
verify an [L2 output root][g-output-root] from the L1 inputs it was [derived from][g-derivation-pipeline].

### Development Status

`kona` is currently in active development, and is not yet ready for use in production.

## Overview

**`kona`**
Expand All @@ -50,10 +57,6 @@ verify an [L2 output root][g-output-root] from the L1 inputs it was [derived fro

The [book][book] contains a more in-depth overview of the project, contributor guidelines, tutorials for getting started with building your own programs, and a reference for the libraries and tools provided by Kona.

## Development Status

`kona` is currently in active development, and is not yet ready for use in production.

## Credits

`kona` is inspired by the work of several teams, namely [OP Labs][op-labs] and other contributors' work on the [`op-program`][op-program] and [BadBoiLabs][bad-boi-labs]'s work on [Cannon-rs][badboi-cannon-rs].
Expand Down

0 comments on commit df10e79

Please sign in to comment.