ethereum / ethereum-org-website

Ethereum.org is a primary online resource for the Ethereum community.
https://ethereum.org/
MIT License
5.1k stars 4.84k forks source link

Tutorial: Running MIPS programs on the EVM #13787

Open qbzzt opened 2 months ago

qbzzt commented 2 months ago

Tutorial title

Running MIPS programs on the EVM

Tutorial description

Running a VM for a normal CPU. such as MIPS, lets us run a general-purpose VM on top of the EVM. This will allow us to compile programs written in standard computer languages like Go and Rust and execute them on-chain.

Tutorial tags

optimism mips

Skill level

Advanced

Hosted on ethereum.org or hosted elsewhere?

Hosted on ethereum.org

For tutorials to be hosted on Ethereum.org: Tutorial Content

For tutorials hosted elsewhere: URL to tutorial

No response

Would you like to work on this issue?

qbzzt commented 1 month ago

Sorry to nag @wackerow , but I'd love to start working on this. Is this interesting? It will be a gas hog, but at today's L2 prices that's not such a huge problem.

wackerow commented 1 month ago

@qbzzt Hey! Thanks for the ping. Agree that it seems like a gas hog but we currently have a surplus. Let's go for it!

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open 30 days with no activity.