2020-07-02 08:22:45 +00:00
<!--
order: 1
-->
# High-level Overview
2020-11-12 19:42:24 +00:00
Learn about Ethermint and its primary features. {synopsis}
2020-07-02 08:22:45 +00:00
## What is Ethermint
2020-07-17 18:07:05 +00:00
Ethermint is a scalable, high-throughput Proof-of-Stake blockchain that is fully compatible and
2020-11-12 19:42:24 +00:00
interoperable with Ethereum. It's built 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
2020-11-12 19:42:24 +00:00
Ethermint allows for running vanilla Ethereum as a [Cosmos ](https://cosmos.network/ )
application-specific blockchain. This allows developers to have all the desired features of
Ethereum, while at the same time, benefit from Tendermint’ s PoS implementation. Also, because it is
built on top of the Cosmos SDK, it will be able to exchange value with the rest of the Cosmos
Ecosystem through the Inter Blockchain Communication Protocol (IBC).
2020-07-17 18:07:05 +00:00
### Features
2020-07-02 08:22:45 +00:00
Here’ s a glance at some of the key features of Ethermint:
* Web3 compatibility
2020-07-17 18:07:05 +00:00
* High throughput via [Tendermint Core ](https://github.com/tendermint/tendermint )
2020-11-12 19:42:24 +00:00
* Horizontal scalability via [IBC ](https://cosmos.network/ibc )
2020-07-17 18:07:05 +00:00
* Fast transaction finality
2020-11-12 19:42:24 +00:00
* [Hard Spoon ](./../basics/hard_spoon.md )
2020-07-02 08:22:45 +00:00
2020-11-12 19:42:24 +00:00
Ethermint enables these key features by:
2020-07-02 08:22:45 +00:00
2020-11-12 19:42:24 +00:00
* Implementing Tendermint Core's Application Blockchain Interface ([ABCI](https://docs.tendermint.com/master/spec/abci/)) to manage the blockchain
* Leveraging [modules ](https://docs.cosmos.network/master/building-modules/intro.html ) and other mechanisms implemented by the [Cosmos SDK ](https://docs.cosmos.network/ ).
2020-07-17 18:07:05 +00:00
* Utilizing [`geth` ](https://github.com/ethereum/go-ethereum ) as a library to avoid code reuse and improve maintainability.
2020-11-12 19:42:24 +00:00
* Exposing a fully compatible Web3 [JSON-RPC ](./../basic/json_rpc.md ) layer for interacting with existing Ethereum clients and tooling ([Metamask](./../guides/metamask.md), [Remix ](./../guides/remix.md ), [Truffle ](./../guides/truffle.md ), etc).
2020-07-02 08:22:45 +00:00
2020-07-17 18:07:05 +00:00
The sum of these features allows developers to leverage existing Ethereum ecosystem tooling and
2020-11-12 19:42:24 +00:00
software to seamlessly deploy smart contracts which interact with the rest of the Cosmos
[ecosystem ](https://cosmos.network/ecosystem )!
2020-07-02 08:22:45 +00:00
## Next {hide}
2020-11-12 19:42:24 +00:00
Learn about Ethermint's [architecture ](./architecture.md ) {hide}