Laconic state machine
Go to file
2020-11-20 19:22:48 +01:00
.github build(deps): bump actions/cache from v2.1.2 to v2.1.3 (#591) 2020-11-09 17:20:19 +01:00
app ante: fix fee check (#597) 2020-11-16 14:09:40 +01:00
client crypto: refactor for stargate (#559) 2020-10-06 20:57:55 +02:00
cmd rpc, evm: refactor (#588) 2020-10-22 17:39:51 -03:00
codec crypto: refactor for stargate (#559) 2020-10-06 20:57:55 +02:00
core build(deps): bump github.com/ethereum/go-ethereum from 1.9.18 to 1.9.19 (#456) 2020-08-24 13:40:16 -04:00
crypto crypto: fix Bip44 derivation path (#577) 2020-10-16 10:51:00 -03:00
docs docs: updates (#590) 2020-11-12 20:42:24 +01:00
importer crypto: refactor for stargate (#559) 2020-10-06 20:57:55 +02:00
networks/local ChainSafe/ethermint -> cosmos/ethermint renaming (#569) 2020-10-09 17:52:32 +02:00
rpc rpc, evm: refactor (#588) 2020-10-22 17:39:51 -03:00
scripts update chain-id format (#542) 2020-09-24 14:50:47 -03:00
tests rpc, evm: refactor (#588) 2020-10-22 17:39:51 -03:00
tests-solidity update chain-id format (#542) 2020-09-24 14:50:47 -03:00
types deps: update to cosmos-sdk v0.39.2-rc3 (#608) 2020-11-20 19:04:14 +01:00
utils x/evm: unit tests and fixes (#223) 2020-04-23 11:49:25 -04:00
version Query and bug fixes (#110) 2019-09-26 11:36:23 -04:00
x deps: update go-ethereum to v1.9.24 (#594) 2020-11-16 17:11:15 +01:00
.gitignore makefile: install yarn (#526) 2020-09-23 11:28:38 -03:00
.golangci.yml build: github actions (#346) 2020-06-26 18:26:55 -04:00
buf.yaml bump Cosmos SDK version to v0.38.2 (#183) 2020-04-22 15:26:01 -04:00
CHANGELOG.md changelog (#609) 2020-11-20 19:22:48 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-07-17 11:52:20 -04:00
codecov.yml local testnet command (#378) 2020-07-31 17:42:04 -04:00
CONTRIBUTING.md Implement eth_pendingTransactions, bump sdk version (#124) 2019-10-19 08:23:09 +09:00
docker-compose.yml fix port assignment for Docker testnet (#432) 2020-08-05 12:39:03 -04:00
Dockerfile ChainSafe/ethermint -> cosmos/ethermint renaming (#569) 2020-10-09 17:52:32 +02:00
go.mod deps: update to cosmos-sdk v0.39.2-rc3 (#608) 2020-11-20 19:04:14 +01:00
go.sum deps: update to cosmos-sdk v0.39.2-rc3 (#608) 2020-11-20 19:04:14 +01:00
gometalinter.json Upgrade geth and cleanup 2018-09-28 17:40:58 -04:00
init.sh update chain-id format (#542) 2020-09-24 14:50:47 -03:00
LICENSE Initial commit 2018-06-10 14:25:18 +01:00
Makefile fix erroring of docker-build (#598) 2020-11-16 10:13:51 +01:00
README.md ChainSafe/ethermint -> cosmos/ethermint renaming (#569) 2020-10-09 17:52:32 +02:00

Ethermint

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 which runs on top of Tendermint Core consensus engine.

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.

Note: Requires Go 1.14+

Quick Start

To learn how the Ethermint works from a high-level perspective, go to the Introduction section from the documentation.

For more, please refer to the Ethermint Docs, which are also hosted on docs.ethermint.zone.

Tests

Unit tests are invoked via:

make test

To run JSON-RPC tests, execute:

make test-rpc

There is also 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.

Community

The following chat channels and forums are a great spot to ask questions about Ethermint: