Home

Awesome

Odyssey Examples

This repository provides a step-by-step walkthrough for builders interested in the developer-preview features available on Odyssey, a L2 built for developers to innovate. We are rolling out each Chapter with new features for you to build on.

Chapter 1

Build & Test

Use foundry to build and run smart contracts in the repository:

# Make sure foundry is up to date
foundryup

# Compile contracts and run tests in chapter 1
cd chapter1/
forge build
forge test