Skip to content

Commit

Permalink
docs:📝 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
PraneshASP committed Jan 26, 2024
1 parent 5d6fb6c commit 65d7393
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
`smol-evm-rs` is a toy implementation of the Ethereum Virtual Machine, inspired by the [smol-evm](https://github.com/karmacoma-eth/smol-evm) project, originally implemented in Python by karmacoma. The primary goal of the project is to increase my Rust proficiency.
- [X] [**Part1**: The execution context ](https://github.com/PraneshASP/smol-evm-rs/tree/part-1)
- [X] [**Part2**: Branching instructions](https://github.com/PraneshASP/smol-evm-rs/tree/part-2)
- [X] [**Part 3**: Calldata & comparison instructions](https://github.com/PraneshASP/smol-evm-rs/tree/part-3)(This branch)
- [X] [**Part 3**: Calldata & comparison instructions](https://github.com/PraneshASP/smol-evm-rs/tree/part-3)


## Getting started:
Expand All @@ -23,15 +23,11 @@
git clone https://github.com/PraneshASP/smol-evm-rs.git
cd smol-evm-rs
```
2. Switch to the `part-3` branch:
```bash
git checkout part-3
```
3. Build the project:
2. Build the project:
```bash
cargo build
```
4. Run the project:
3. Run the project:
```bash
cargo run <BYTECODE>
```
Expand Down

0 comments on commit 65d7393

Please sign in to comment.