Skip to content

Commit 8fdd805

Browse files
committed
doc: README libevm intro
1 parent bf9163a commit 8fdd805

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
1+
# libevm
2+
3+
[![API Reference](
4+
https://pkg.go.dev/badge/github.com/ava-labs/libevm
5+
)](https://pkg.go.dev/github.com/ava-labs/libevm?tab=doc)
6+
[![Go Report Card](https://goreportcard.com/badge/github.com/ava-labs/libevm)](https://goreportcard.com/report/github.com/ava-labs/libevm)
7+
[![Go Build & Test](https://github.com/ava-labs/libevm/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/ava-labs/libevm/actions/workflows/go.yml)
8+
9+
The Ethereum Virtual Machine (EVM) as a library, `libevm` is a fork of [`geth`](https://github.com/ethereum/go-ethereum) with
10+
injectable configuration directives. Although designed to support the Avalanche [C-Chain](https://github.com/ava-labs/coreth) and
11+
[EVM-L1s](https://github.com/ava-labs/subnet-evm) (formerly _subnets_), configuration is general-purpose and backwards-compatible
12+
with `geth`.
13+
14+
15+
We are immensely grateful for the hard work of the `geth` authors, and hope that our contribution can be of value to others too. Thank you!
16+
117
## Go Ethereum
218

319
Golang execution layer implementation of the Ethereum protocol.
420

5-
[![API Reference](
6-
https://pkg.go.dev/badge/github.com/ethereum/go-ethereum
7-
)](https://pkg.go.dev/github.com/ethereum/go-ethereum?tab=doc)
8-
[![Go Report Card](https://goreportcard.com/badge/github.com/ethereum/go-ethereum)](https://goreportcard.com/report/github.com/ethereum/go-ethereum)
9-
[![Travis](https://app.travis-ci.com/ethereum/go-ethereum.svg?branch=master)](https://app.travis-ci.com/github/ethereum/go-ethereum)
10-
[![Discord](https://img.shields.io/badge/discord-join%20chat-blue.svg)](https://discord.gg/nthXNEv)
11-
1221
Automated builds are available for stable releases and the unstable master branch. Binary
1322
archives are published at https://geth.ethereum.org/downloads/.
1423

0 commit comments

Comments
 (0)