| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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:
To 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 installIntegration tests are invoked via:
$ make testTo run CLI tests, execute:
$ make test-cliThere 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-importYou 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:
| Back | FazBrowse Home | New Git URL |