0d06ade374
* contributor guidelines * notes * README
61 lines
2.5 KiB
Markdown
61 lines
2.5 KiB
Markdown
<!--
|
|
parent:
|
|
order: false
|
|
-->
|
|
|
|
<div align="center">
|
|
<h1> Ethermint </h1>
|
|
</div>
|
|
|
|
![banner](docs/ethermint.jpg)
|
|
|
|
<div align="center">
|
|
<a href="https://github.com/tharsis/ethermint/releases/latest">
|
|
<img alt="Version" src="https://img.shields.io/github/tag/tharsis/ethermint.svg" />
|
|
</a>
|
|
<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" />
|
|
</a>
|
|
<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" />
|
|
</a>
|
|
<a href="https://goreportcard.com/report/github.com/tharsis/ethermint">
|
|
<img alt="Go report card" src="https://goreportcard.com/badge/github.com/tharsis/ethermint"/>
|
|
</a>
|
|
<a href="https://bestpractices.coreinfrastructure.org/projects/5018">
|
|
<img src="https://bestpractices.coreinfrastructure.org/projects/5018/badge">
|
|
</a>
|
|
</div>
|
|
<div align="center">
|
|
<a href="https://discord.gg/AzefAFd">
|
|
<img alt="Discord" src="https://img.shields.io/discord/669268347736686612.svg" />
|
|
</a>
|
|
<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" />
|
|
</a>
|
|
<a href="https://codecov.io/gh/tharsis/ethermint">
|
|
<img alt="Code Coverage" src="https://codecov.io/gh/tharsis/ethermint/branch/main/graph/badge.svg" />
|
|
</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.
|
|
|
|
**Note**: Requires [Go 1.16+](https://golang.org/dl/)
|
|
|
|
## 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.
|
|
|
|
For more, please refer to the [Ethermint Docs](./docs/), which are also hosted on [ethermint.dev](https://ethermint.dev/).
|
|
|
|
### Community
|
|
|
|
The following chat channels and forums are a great spot to ask questions about Ethermint:
|
|
|
|
- [Cosmos Discord](https://discord.gg/W8trcGV)
|
|
- [Cosmos Forum](https://forum.cosmos.network)
|