Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 795 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 795 Bytes

GitHub top language Minimum rustc version GitHub Workflow Status

rt-evm

A compact development framework for creating EVM-compatible runtimes/chains.

Usage

Check the example for details.

Projects referenced

  • trie, MPT design
  • vsdb, storage implementations
  • axon, designs of the EVM executor and web3 APIs