Skip to content
forked from evmos/evmos

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.

License

Notifications You must be signed in to change notification settings

EscanBE/evermint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evermint

Requires Go 1.22+

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

> Quick rename

> View example after rename

About Evermint

Evermint originally a fork of open source Evmos v12.1.6 plus lots of magic.

Many important pieces of code was replaced by Evermint, such as:

  • Replaced legacy AnteHandler with Dual-Lane AnteHandler.
  • Replaced legacy StateDB with Context-based StateDB.
  • Used go-ethereum code for state-transition.
  • Some project structure was replaced during upgrade to Cosmos-SDK v0.50, CometBFT v0.38, ibc-go v8.5.
  • Data structure, code logic of MsgEthereumTx and some proto msgs were replaced.

Some other features provided by Evermint:

  1. Command convert between 0x address and bech32 address, or any custom bech32 HRP
evmd convert-address evm1sv9m0g7ycejwr3s369km58h5qe7xj77hxrsmsz evmos
# alias: "ca"
  1. Rename chain
  2. Support vesting account creation with help from module x/vauth
  3. snapshots command
  4. inspect command
  5. Flag --allow-insecure-unlock

About Evmos

v12.1.6

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 Tendermint consensus engine.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Go 93.9%
  • Solidity 4.0%
  • Shell 1.2%
  • Other 0.9%