This course walks through the complete lifecycle of a real program on Vara.eth, from source code to on-chain interaction. You are not writing business logic from scratch here; the program already exists. The goal is to understand how it works and how to bring it to life on Ethereum.
The program is called One of Us. It stores Ethereum addresses of members. No duplicates. Anyone can check how many members exist. Simple logic, real chain behavior.
Vara.eth is not another L2. It does not produce its own blocks and does not require bridging. It adds a high-performance execution layer to Ethereum:
You will run every lifecycle step against live-style flow in this tutorial.
Vara.eth Architecture
ETHEREUM L1
[ Mirror Contract ] --> [ Router Contract ]
^ ^
| |
+-------- Executors ----+
(off-chain)
Program: One of Us (WASM)
- own isolated state
- message queue
- actor execution model
Two interaction paths:
A) Classic: Wallet -> Mirror.sendMessage() -> L1 -> Executors
B) Injected: SDK -> Validators directly (pre-confirmation)
This course walks through the complete lifecycle of a real program on Vara.eth, from source code to on-chain interaction. You are not writing business logic from scratch here; the program already exists. The goal is to understand how it works and how to bring it to life on Ethereum.
The program is called One of Us. It stores Ethereum addresses of members. No duplicates. Anyone can check how many members exist. Simple logic, real chain behavior.
Vara.eth is not another L2. It does not produce its own blocks and does not require bridging. It adds a high-performance execution layer to Ethereum:
You will run every lifecycle step against live-style flow in this tutorial.
Vara.eth Architecture
ETHEREUM L1
[ Mirror Contract ] --> [ Router Contract ]
^ ^
| |
+-------- Executors ----+
(off-chain)
Program: One of Us (WASM)
- own isolated state
- message queue
- actor execution model
Two interaction paths:
A) Classic: Wallet -> Mirror.sendMessage() -> L1 -> Executors
B) Injected: SDK -> Validators directly (pre-confirmation)