Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(EDIT): Edit Readme to reflect Testnet being live #4

Merged
merged 4 commits into from
Oct 11, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ Odyssey has 2 goals:
Odyssey's node extensions were chosen for their ability to enable applications that enhance the onchain user experience, and
drastically reduce cost for existing applications that improve UX.

### Odyssey Test Net

> [!TIP]
> [Testnet](https://www.ithaca.xyz/updates/odyssey#odyssey-chapter-1-is-live-on-testnet) is now live Sepolia and is built with Reth, the OP Stack, and [deployed on Conduit](https://app.conduit.xyz/published/view/odyssey).

xyizko marked this conversation as resolved.
Show resolved Hide resolved
### Odyssey Local Development

Odyssey does not yet have a running testnet, but can be run locally for development and testing purposes. To do this, the binary can be run with the `--dev` flag, which will start the node with a development configuration.
Can be run locally for development and testing purposes. To do this, the binary can be run with the `--dev` flag, which will start the node with a development configuration.
xyizko marked this conversation as resolved.
Show resolved Hide resolved

First, odyssey should be built locally:
```bash
Expand All @@ -48,10 +53,6 @@ To use EOF-enabled foundry, use [forge-eof](https://github.com/paradigmxyz/forge

### Running Odyssey

> [!WARNING]
>
> Odyssey does not yet have a running testnet, please use the local development instructions above!

Running Odyssey will require running additional infrastructure for the archival L1 node. These instructions are a guide for
running the Odyssey OP-stack node only.

Expand Down