LimeChain / chain-specs

Specification of Execution Environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chain specifications

Unified chain specifications of EVM networks.

The spec contains all opcodes, precompiles and system contracts that the chain supports as well as information about when they were added.

Supported chains

There are specifications for the following EVM chains:

  1. Ethereum

Add a chain specification

Fork the repo and add your spec in the specifications folder. You can use the Ethereum one as an example.

There is a TypeScript definition file that your spec has to be compatible with.

About

Specification of Execution Environments