Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ethermint Archive | 662 | 3 years ago | 1 | October 07, 2020 | 20 | apache-2.0 | Go | |||
Ethereum on Tendermint using Cosmos-SDK! | ||||||||||
Ethermint | 369 | 2 years ago | 13 | March 01, 2021 | 59 | apache-2.0 | Go | |||
Ethermint is a scalable and interoperable Ethereum, built on Proof-of-Stake with fast-finality using the Cosmos SDK. | ||||||||||
Heimdall | 212 | 5 | 8 days ago | 57 | November 22, 2023 | 6 | gpl-3.0 | Go | ||
Validator node for Polygon PoS | ||||||||||
Learning Blockchain | 185 | 4 years ago | ||||||||
Tidy up Blockchain ecosystem and tutorial | ||||||||||
Launch Kit | 89 | 6 months ago | 1 | Python | ||||||
An awesome tool-kit for genesis preparation of Cosmos-SDK and Tendermint-based projects | ||||||||||
Sommelier | 84 | 2 days ago | 34 | April 25, 2023 | 24 | other | Go | |||
Sommelier Chain | ||||||||||
Vocdoni Node | 75 | 12 | 3 hours ago | 181 | November 09, 2023 | 79 | agpl-3.0 | Go | ||
A set of libraries and tools for the Vocdoni decentralized backend infrastructure, the main ground of our universally verifiable, privacy-centric and scalable digital voting protocol | ||||||||||
Lightchain | 35 | 4 years ago | 42 | gpl-3.0 | Go | |||||
Fast proof-of-authority blockchain based on go-ethereum and tendermint | ||||||||||
Permissioned Blocks | 30 | 5 years ago | 2 | other | ||||||
Permissioned Blocks - Privacy for Public Blockchains | ||||||||||
Yui Relayer | 29 | 13 | 10 days ago | 32 | August 16, 2023 | 21 | other | Go | ||
IBC Relayer implementations for heterogeneous blockchains |
This repo is archived as of October 7, 2020 but made available for historical record.
**WARNING:** Ethermint is under VERY ACTIVE DEVELOPMENT and should be treated as pre-alpha software. This means it is not meant to be run in production, its APIs are subject to change without warning and should not be relied upon, and it should not be used to hold any value. We will remove this warning when we have a release that is stable, secure, and properly tested.
ethermint
will be an implementation of the EVM that runs on top of tendermint
consensus, a Proof of Stake system. This project has as its primary goals:
ethermint
.geth
and import token balances into EthermintTo build, execute the following commands:
# To build the binary and put the resulting binary in ./build
$ make tools deps build
# To build the project and install it in $GOBIN
$ make tools deps install
Integration tests are invoked via:
$ make test
To run CLI tests, execute:
$ make test-cli
There is an included Ethereum mainnet exported blockchain file in importer/blockchain
that includes blocks up to height 97638
. To execute and test a full import of
these blocks using the EVM module, execute:
$ make test-import
You may also provide a custom blockchain export file to test importing more blocks
via the --blockchain
flag. See TestImportBlocks
for further documentation.
The following chat channels and forums are a great spot to ask questions about Ethermint: