Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 337 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 337 Bytes

LeanEVM

A toy implementation of the EVM in Lean4.

Building

In order to build the LeanEVM, you need to have the Lean4 toolchain installed (see here for instructions).

% lake update
% lake build

This process can take a while to complete, as it compiles all of Mathlib.