eot 0.1.1

EVM Opcode Table - Rust implementation of EVM opcodes for all Ethereum forks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# EOT Examples

This directory contains comprehensive examples demonstrating the capabilities of the EOT (EVM Opcode Table) library.

## Examples Overview

To run all examples:

```bash
cargo run --example basic_usage
cargo run --example advanced_analysis
cargo run --example contract_analyzer
cargo run --example registry_usage
```