File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 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
319Golang 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-
1221Automated builds are available for stable releases and the unstable master branch. Binary
1322archives are published at https://geth.ethereum.org/downloads/ .
1423
You can’t perform that action at this time.
0 commit comments