Laconic state machine
Go to file
Daniel Choi 18a710b552
expose ws port for testnet (#428)
* expose ws port

* include jsonrpc and ws docs

* Apply suggestions from code review

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-08-04 17:46:41 -04:00
.github actions: stale bot (#415) 2020-07-28 10:04:06 -04:00
app run make format (#351) 2020-07-02 11:19:48 -04:00
client export funcs for AragonChain (#423) 2020-08-04 14:52:32 -04:00
cmd export funcs for AragonChain (#423) 2020-08-04 14:52:32 -04:00
codec codec: fix account retrieval (#284) 2020-05-07 11:58:13 -04:00
core run make format (#351) 2020-07-02 11:19:48 -04:00
crypto local testnet command (#378) 2020-07-31 17:42:04 -04:00
docs expose ws port for testnet (#428) 2020-08-04 17:46:41 -04:00
importer x/evm: StateBD tests (#407) 2020-07-27 15:33:16 -04:00
networks/local expose ws port for testnet (#428) 2020-08-04 17:46:41 -04:00
rpc rpc: implement eth_chainId (#379) 2020-07-08 03:57:19 -04:00
scripts local testnet command (#378) 2020-07-31 17:42:04 -04:00
tests x/evm: StateBD tests (#407) 2020-07-27 15:33:16 -04:00
third_party/proto x/evm: unit tests and fixes (#223) 2020-04-23 11:49:25 -04:00
types evm: fix non-determinism (#352) 2020-07-13 16:01:45 -04: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 local testnet command (#378) 2020-07-31 17:42:04 -04:00
.gitignore local testnet command (#378) 2020-07-31 17:42:04 -04: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 local testnet command (#378) 2020-07-31 17:42:04 -04: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 expose ws port for testnet (#428) 2020-08-04 17:46:41 -04:00
Dockerfile updated Dockerfile (#175) 2020-03-18 08:43:02 -04:00
go.mod build(deps): bump github.com/spf13/viper from 1.7.0 to 1.7.1 (#419) 2020-08-03 07:44:59 -04:00
go.sum build(deps): bump github.com/spf13/viper from 1.7.0 to 1.7.1 (#419) 2020-08-03 07:44:59 -04:00
gometalinter.json Upgrade geth and cleanup 2018-09-28 17:40:58 -04:00
init.sh update init script (#309) 2020-05-20 17:29:26 -04:00
LICENSE Initial commit 2018-06-10 14:25:18 +01:00
Makefile windows test-net (#422) 2020-08-04 14:05:18 -06:00
README.md local testnet command (#378) 2020-07-31 17:42:04 -04: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: