☄️ A toy implementation of the EVM from scratch using Rust.
Stars
35
Forks
3
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
49
commits
docs: 📝 update README
223066c
7aa06ad
docs:📝 update README
65d7393
Merge pull request #6 from PraneshASP/part-3
5d6fb6c
b370f52
8c308d9
feat: ♻️ add SHL and PUSH0 opcodes
6ab1e8d
refactor: ⚒ handle upto 16 bytes
db3ec70
feat: ♻️ add calldata related opcodes
5c8bf0d
feat: :recycle: add comparision opcodes
e784db8
feat: :recycle: add calldata impl
6af4e44
Merge pull request #5 from PraneshASP/part-2
cc7f1c5
4983ba4
chore: 🔨 add step count
c8b0243
fix: 🔨 update swap logic
804b189