Skip to content

Latest commit

 

History

History
740 lines (731 loc) · 92.7 KB

File metadata and controls

740 lines (731 loc) · 92.7 KB
title Ethereum

Ethereum is a virtual machine built using a blockchain (spread around many clients) that lets you create and run smart contracts (arbitrary code) that then run in perpetuity.

Solidity is nice prototype language. You can also use Solang to compile Solidity code for Solana chain.

StarkNet & Cairo are interesting. Eth2 Book seems nice.

Helios is a nice Eth client. Kakarot is interesting.

Notes

Links