2020-07-17 18:07:05 +00:00
<!--
parent:
order: false
-->
< div align = "center" >
< h1 > Ethermint < / h1 >
< / div >
2021-08-20 15:38:03 +00:00
![banner ](docs/ethermint.jpg )
2020-07-17 18:07:05 +00:00
< div align = "center" >
2021-06-22 10:49:18 +00:00
< a href = "https://github.com/tharsis/ethermint/releases/latest" >
< img alt = "Version" src = "https://img.shields.io/github/tag/tharsis/ethermint.svg" / >
2020-07-17 18:07:05 +00:00
< / a >
2021-06-22 10:49:18 +00:00
< a href = "https://github.com/tharsis/ethermint/blob/main/LICENSE" >
< img alt = "License: Apache-2.0" src = "https://img.shields.io/github/license/tharsis/ethermint.svg" / >
2020-07-17 18:07:05 +00:00
< / a >
2021-06-22 10:49:18 +00:00
< a href = "https://pkg.go.dev/github.com/tharsis/ethermint?tab=doc" >
< img alt = "GoDoc" src = "https://godoc.org/github.com/tharsis/ethermint?status.svg" / >
2020-07-17 18:07:05 +00:00
< / a >
2021-06-22 10:49:18 +00:00
< a href = "https://goreportcard.com/report/github.com/tharsis/ethermint" >
< img alt = "Go report card" src = "https://goreportcard.com/badge/github.com/tharsis/ethermint" / >
2020-07-17 18:07:05 +00:00
< / a >
2021-07-16 10:54:43 +00:00
< a href = "https://bestpractices.coreinfrastructure.org/projects/5018" >
< img src = "https://bestpractices.coreinfrastructure.org/projects/5018/badge" >
< / a >
2020-07-17 18:07:05 +00:00
< / div >
< div align = "center" >
< a href = "https://discord.gg/AzefAFd" >
< img alt = "Discord" src = "https://img.shields.io/discord/669268347736686612.svg" / >
< / a >
2021-06-22 10:49:18 +00:00
< a href = "https://github.com/tharsis/ethermint/actions?query=workflow%3ABuild" >
< img alt = "Build Status" src = "https://github.com/tharsis/ethermint/workflows/Build/badge.svg" / >
< / a >
< a href = "https://github.com/tharsis/ethermint/actions?query=workflow%3ALint" >
< img alt = "Lint Status" src = "https://github.com/tharsis/ethermint/workflows/Lint/badge.svg" / >
2020-07-17 18:07:05 +00:00
< / a >
2021-06-22 10:49:18 +00:00
< a href = "https://codecov.io/gh/tharsis/ethermint" >
< img alt = "Code Coverage" src = "https://codecov.io/gh/tharsis/ethermint/branch/main/graph/badge.svg" / >
2020-07-17 18:07:05 +00:00
< / a >
< / div >
Ethermint is a scalable, high-throughput Proof-of-Stake blockchain that is fully compatible and
interoperable with Ethereum. It's build using the the [Cosmos SDK ](https://github.com/cosmos/cosmos-sdk/ ) which runs on top of [Tendermint Core ](https://github.com/tendermint/tendermint ) consensus engine.
2021-08-20 15:38:03 +00:00
**Note**: Requires [Go 1.16+ ](https://golang.org/dl/ )
2020-07-17 18:07:05 +00:00
## Quick Start
To learn how the Ethermint works from a high-level perspective, go to the [Introduction ](./docs/intro/overview.md ) section from the documentation.
2021-08-11 12:51:18 +00:00
For more, please refer to the [Ethermint Docs ](./docs/ ), which are also hosted on [ethermint.dev ](https://ethermint.dev/ ).
2020-07-17 18:07:05 +00:00
2018-07-12 22:25:48 +00:00
### Community
The following chat channels and forums are a great spot to ask questions about Ethermint:
2020-03-18 12:42:46 +00:00
- [Cosmos Discord ](https://discord.gg/W8trcGV )
2020-07-17 18:07:05 +00:00
- [Cosmos Forum ](https://forum.cosmos.network )