From a8e684b405bd23282b2b65e19b8f0c08fd0043f8 Mon Sep 17 00:00:00 2001 From: Can Vardar Date: Mon, 26 Aug 2024 20:42:31 +0300 Subject: [PATCH] chore: add app basics to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c3ab552..6cca1ae 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Cubipods is a minimal Ethereum Virtual Machine (EVM) written in Rust. This proje - **Bytecode Execution**: Runs user-provided bytecode, processing EVM opcodes. - **Verbose Output**: Provides detailed output, including execution history and the final state of the stack, memory, and storage. +## Basics + +![Basics](https://raw.githubusercontent.com/icanvardar/cubipods/main/assets/app-basics.png) + ## Supported Instructions Cubipods currently supports the following EVM opcodes: