Skip to content

Commit

Permalink
Merge pull request #4 from PraneshASP/part-1
Browse files Browse the repository at this point in the history
📝 Update README
  • Loading branch information
PraneshASP authored Dec 13, 2023
2 parents 9f14e83 + d6f567c commit 1e9a429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# smol-evm-rs • ![License](https://img.shields.io/badge/license-MIT-brown.svg) ![CI Passing](https://github.com/PraneshASP/smol-evm-rs/actions/workflows/tests.yml/badge.svg) ![Built Using Rust](https://img.shields.io/badge/Built%20Using-Rust-orange.svg)
# smol-evm-rs • ![License](https://img.shields.io/badge/license-MIT-brown.svg) [![CI](https://github.com/PraneshASP/smol-evm-rs/actions/workflows/tests.yml/badge.svg)](https://github.com/PraneshASP/smol-evm-rs/actions/workflows/tests.yml) ![Built Using Rust](https://img.shields.io/badge/Built%20Using-Rust-orange.svg)
---

`smol-evm-rs` is a Rust port of the [smol-evm](https://github.com/karmacoma-eth/smol-evm) project, originally implemented in Python by karmacoma. This project aims to implement the Ethereum Virtual Machine (EVM) from scratch using Rust. The primary goal of the project is to learn Rust.
Expand Down

0 comments on commit 1e9a429

Please sign in to comment.