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-08-26 18:06:44 +00:00
< a href = "https://pkg.go.dev/github.com/tharsis/ethermint" >
2021-06-22 10:49:18 +00:00
< 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" >
2021-09-13 13:28:43 +00:00
< img alt = "Lines of code" src = "https://img.shields.io/tokei/lines/github/tharsis/ethermint" >
2021-07-16 10:54:43 +00:00
< / a >
2020-07-17 18:07:05 +00:00
< / div >
< div align = "center" >
2021-09-07 07:54:53 +00:00
< a href = "https://discord.gg/trje9XuAmy" >
2021-08-26 18:06:44 +00:00
< img alt = "Discord" src = "https://img.shields.io/discord/809048090249134080.svg" / >
2020-07-17 18:07:05 +00:00
< / a >
2021-08-26 18:06:44 +00:00
<!-- <a href="https://github.com/tharsis/ethermint/actions?query=branch%3Amain+workflow%3ABuild">
< img alt = "Build Status" src = "https://github.com/tharsis/ethermint/actions/workflows/build.yml/badge.svg?branch=main" / >
< / a > -->
< a href = "https://github.com/tharsis/ethermint/actions?query=branch%3Amain+workflow%3ALint" >
< img alt = "Lint Status" src = "https://github.com/tharsis/ethermint/actions/workflows/lint.yml/badge.svg?branch=main" / >
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 >
2021-08-26 18:06:44 +00:00
< a href = "https://twitter.com/ethermint" >
< img alt = "Twitter Follow Ethermint" src = "https://img.shields.io/twitter/follow/ethermint" / >
< / a >
2020-07-17 18:07:05 +00:00
< / div >
2021-09-29 16:15:55 +00:00
Ethermint is a scalable and interoperable Ethereum library, built on Proof-of-Stake with fast-finality using the [Cosmos SDK ](https://github.com/cosmos/cosmos-sdk/ ) which runs on top of [Tendermint Core ](https://github.com/tendermint/tendermint ) consensus engine.
2020-07-17 18:07:05 +00:00
2021-09-03 16:54:34 +00:00
**Note**: Requires [Go 1.17+ ](https://golang.org/dl/ )
2020-07-17 18:07:05 +00:00
2021-08-26 18:06:44 +00:00
## Installation
2021-09-29 16:15:55 +00:00
For prerequisites and detailed build instructions please read the Evmos [Installation ](https://evmos.dev/quickstart/installation.html ) instructions. Once the dependencies are installed, run:
2021-08-26 18:06:44 +00:00
```bash
make install
```
Or check out the latest [release ](https://github.com/tharsis/ethermint/releases ).
2020-07-17 18:07:05 +00:00
## Quick Start
2021-09-29 16:15:55 +00:00
To learn how the Ethermint works from a high-level perspective, go to the [Introduction ](https://evmos.dev/intro/overview.html ) section from the documentation. You can also check the instructions to [Run a Node ](https://evmos.dev/quickstart/run_node.html ).
2020-07-17 18:07:05 +00:00
2021-09-29 16:15:55 +00:00
For an example on how Ethermint can be used on any Cosmos-SDK chain, please refer to [Evmos ](https://www.github.com/tharsis/evmos ).
2020-07-17 18:07:05 +00:00
2021-08-26 18:06:44 +00:00
## Community
2018-07-12 22:25:48 +00:00
The following chat channels and forums are a great spot to ask questions about Ethermint:
2021-09-29 16:15:55 +00:00
- [Tharsis Twitter ](https://twitter.com/TharsisHQ )
- [Evmos Twitter ](https://twitter.com/TharsisHQ )
2021-08-26 18:06:44 +00:00
- [Ethermint Twitter ](https://twitter.com/ethermint )
2021-09-07 07:54:53 +00:00
- [Ethermint Discord ](https://discord.gg/trje9XuAmy )
2021-08-26 18:06:44 +00:00
- [Ethermint Forum ](https://forum.cosmos.network/c/ethermint )
## Contributing
Looking for a good place to start contributing? Check out some [`good first issues` ](https://github.com/tharsis/ethermint/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 ).
For additional instructions, standards and style guides, please refer to the [Contributing ](./CONTRIBUTING.md ) document.
## Careers
2021-09-29 16:15:55 +00:00
See our open positions on [Cosmos Jobs ](https://jobs.cosmos.network/project/evmos-d0sk1uxuh-remote/ ), [Notion ](https://tharsis.notion.site ), or feel free to [reach out ](mailto:careers@thars.is ) via email.