diff --git a/README.md b/README.md index fd286cce3..cb63b3ef4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ CI + + FPVM Tests + License Book @@ -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`** @@ -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].