update README.md (#223)

This commit is contained in:
Federico Kunze Küllmer 2021-07-16 06:54:43 -04:00 committed by GitHub
parent 071ae3f618
commit 0a8f02e067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ parent:
<a href="https://goreportcard.com/report/github.com/tharsis/ethermint">
<img alt="Go report card" src="https://goreportcard.com/badge/github.com/tharsis/ethermint"/>
</a>
<a href="https://bestpractices.coreinfrastructure.org/projects/5018">
<img src="https://bestpractices.coreinfrastructure.org/projects/5018/badge">
</a>
</div>
<div align="center">
<a href="https://discord.gg/AzefAFd">
@ -49,31 +52,6 @@ To learn how the Ethermint works from a high-level perspective, go to the [Intro
For more, please refer to the [Ethermint Docs](./docs/), which are also hosted on [docs.ethermint.zone](https://docs.ethermint.zone/).
## Tests
Unit tests are invoked via:
```bash
make test
```
To run JSON-RPC tests, execute:
```bash
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:
```bash
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: