eot 0.2.0

EVM opcodes library with fork-aware gas costs, static metadata, and bytecode analysis
Documentation
1
2
3
4
5
6
7
8
9
10
11
# EOT Examples

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

## Examples Overview

To run each examples:

```bash
cargo run --example [example_name]
```