EscanBE / evermint

Evermint is a fork of open source Evmos, maintains bug fixes, customization and enable developers to fork and transform to their chain, fully customized naming, in just 2 steps. For research and development purpose.
GNU Lesser General Public License v3.0
2 stars 3 forks source link
blockchain cosmos cosmos-sdk ethereum evm evm-blockchain evm-chains evmos

Evermint

License: LGPL-3.0 GoDoc

Create your own fully customized EVM-enabled blockchain network in just 2 steps

> Quick rename

> View example after rename

About Evermint

Evermint is a fork of open source Evmos v12.1.6, maintained by Escan team with bug fixes, customization and enable developers to fork and transform to their chain, fully customized, in just 2 steps.

Important Note: Evermint was born for development and research purpose so maintainers do not support migration for new upgrade/breaking changes.

About Evmos

Evmos is a scalable, high-throughput Proof-of-Stake blockchain that is fully compatible and interoperable with Ethereum. It's built using the Cosmos SDK which runs on top of the CometBFT consensus engine.

Different of Evermint & Evmos

Documentation

Evermint does not maintain its own documentation site, user can refer to Evmos documentation hosted at evmos/docs and can be found at docs.evmos.org. Head over there and check it out.

Note: Requires Go 1.22+

Quick Start

To learn how the Evmos works from a high-level perspective, go to the Protocol Overview section from the documentation. You can also check the instructions to Run a Node.

Additional feature provided by Evermint:

  1. Command convert between 0x address and bech32 address, or any custom bech32 HRP
    evmd convert-address evm1sv9m0g7ycejwr3s369km58h5qe7xj77hxrsmsz evmos
    # alias: "ca"
  2. Rename chain
  3. Support vesting account creation with help from module x/vauth
  4. snapshots command
  5. inspect command
  6. Flag --allow-insecure-unlock
  7. Dependencies updated: Cosmos-SDK v0.50.9, CometBFT v0.38.12, ibc-go v8.5.0, go-ethereum v1.10.26