Is Vince Chain compatible with EVM?

Vince Chain uses different protocols supporting EVM state transitions to facilitate Ethereum compatibility on its mainnet. In the end, users can build decentralized applications as though it was on Ethereum. Some components that prove this include:

  • Ethereum's transaction format, same as a Cosmos SDK’s Tx and Msg interface

  • Ethereum's secp256k1 curve for the Cosmos Keyring

  • StateDB interface for state updates and queries

  • JSON-RPC client for interacting with the EVM

</more update needed>

Last updated