Laconic state machine
Go to file
Daniel Choi 5a29e808d3
deploy network and contract (#395)
* deploy network and contract
* update binary names
* install deps
* contract script
* use POST req to sent tx
* add github actions
* fix lint
* update makefile
* go mod verify and tidy
* define amount on gentx
* gitignore
* install solcjs
* install tools, clean up, fix deployment
* include make contract-tools
* use node in actions env
* fix binary path

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
2020-09-08 15:25:16 -07:00
.github deploy network and contract (#395) 2020-09-08 15:25:16 -07:00
app atto photon refactor (#503) 2020-09-08 11:39:48 -03:00
client atto photon refactor (#503) 2020-09-08 11:39:48 -03:00
cmd Fix BIP44 coin type (#480) 2020-08-28 11:35:10 -04:00
codec bump SDK to v0.39.1 (#386) 2020-08-23 17:41:54 -04: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 types: update account pubkey JSON to string (#494) 2020-09-07 10:04:50 -03:00
docs types: support eth hex address on accounts (#502) 2020-09-08 10:57:49 -03:00
importer atto photon refactor (#503) 2020-09-08 11:39:48 -03:00
networks/local change binary name (#431) 2020-08-05 11:17:50 -04:00
rpc bump SDK to v0.39.1 (#386) 2020-08-23 17:41:54 -04:00
scripts deploy network and contract (#395) 2020-09-08 15:25:16 -07:00
tests types: update account pubkey JSON to string (#494) 2020-09-07 10:04:50 -03:00
tests-solidity deploy network and contract (#395) 2020-09-08 15:25:16 -07:00
types types: unmarshal account from hex address (#504) 2020-09-08 12:58:19 -03: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 atto photon refactor (#503) 2020-09-08 11:39:48 -03:00
.gitignore deploy network and contract (#395) 2020-09-08 15:25:16 -07: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 types: unmarshal account from hex address (#504) 2020-09-08 12:58:19 -03: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 deploy network and contract (#395) 2020-09-08 15:25:16 -07:00
go.mod build(deps): bump github.com/ethereum/go-ethereum from 1.9.19 to 1.9.20 (#473) 2020-08-26 06:37:52 -04:00
go.sum deploy network and contract (#395) 2020-09-08 15:25:16 -07:00
gometalinter.json Upgrade geth and cleanup 2018-09-28 17:40:58 -04:00
init.sh deploy network and contract (#395) 2020-09-08 15:25:16 -07:00
LICENSE Initial commit 2018-06-10 14:25:18 +01:00
Makefile deploy network and contract (#395) 2020-09-08 15:25:16 -07: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: