Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Commit e8cbea6

Browse files
committed
add more logos
1 parent f697298 commit e8cbea6

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<!-- <img src="logo/archon_no_bg.png" width="80" height="18" /> -->
22

3-
# archon ⚖
3+
<img width="100%" src="logo/background.png">
44

5-
[![build](https://github.com/refcell/archon/actions/workflows/test.yml/badge.svg)](https://github.com/refcell/archon/actions/workflows/test.yml) [![license: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![archon](https://img.shields.io/crates/v/archon.svg)](https://crates.io/crates/archon)
5+
<br />
66

7-
> _archon_
8-
>
9-
> A "ruler" in Greek; refering to each of the nine chief [magistrates](https://en.wikipedia.org/wiki/Magistrate) in ancient Athens.
7+
<!-- # archon ⚖ -->
108

11-
`archon` is a maximally efficient, robust batch submission service for the [op-stack](https://stack.optimism.io/) written in pure rust.
9+
[![build](https://github.com/refcell/archon/actions/workflows/test.yml/badge.svg)](https://github.com/refcell/archon/actions/workflows/test.yml) [![license: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![archon](https://img.shields.io/crates/v/archon.svg)](https://crates.io/crates/archon)
1210

11+
`archon` is a maximally efficient, robust batch submission service for the [op-stack](https://stack.optimism.io/) written in pure rust.
1312

1413
## Quickstart
1514

@@ -21,7 +20,6 @@ curl https://raw.githubusercontent.com/refcell/arhcon/main/archup/install | bash
2120

2221
To install archon, run `archup`.
2322

24-
2523
## Configuration
2624

2725
The `archon` cli maintains a verbose menu for running a batching service. To see a list of all available commands, run `archon --help`. This will print output similar to the following:
@@ -202,6 +200,10 @@ We could even let a channel span multiple full transactions, to achieve an even
202200
> - If there's a small leftover frame, we can actually start a new channel and construct a transaction with both the leftover frame and the next channels first frame. This is a _greedy_ approach at filling up transactions in order to amortize the fixed gas costs of L1 transactions.
203201
> - If we build multiple channels in parallel, we can submit multiple frames in a single transaction.
204202
203+
## Why "Archon"?
204+
205+
The term "archon" means "ruler" in Greek. In ancient Athens, an "Archon" refers to each of the nine chief [magistrates](https://en.wikipedia.org/wiki/Magistrate), civilians who were elected to administer the law. Like the magistrates, Archon reigns judicial and executive power. Responsible for the state of the "rollup", Archon batches and submits chain data to a data availability layer.
206+
205207
## Contributing
206208

207209
All contributions are welcome. Before opening a PR, please submit an issue detailing the bug or feature. When opening a PR, please ensure that your contribution builds on the nightly rust toolchain, has been linted with `cargo fmt`, and contains tests when applicable.

logo/background.png

875 KB
Loading

logo/copperplate.png

876 KB
Loading

logo/header.png

857 KB
Loading

0 commit comments

Comments
 (0)