Web3 Development

Web3 Development and Solidity support

EVM compatibility

The IoTeX Blockchain implements a full-featured Ethereum Virtual Machine (EVM), allowing you to use Solidity as a programming language to create smart contracts on IoTeX or port any existing Ethereum smart contract to IoTeX without changes to the source code.

EVM versions keep evolving over time: the currently supported EVM version in Shanghai, which allows you to build Dapps using the latest Solidity compiler version v0.8.20.

Check out our tutorial to get started with smart contract deployment on IoTeX:

pageToken Deployment

Ethereum API compatibility

Besides its native transactions, IoTeX also natively supports Ethereum transactions. Starting from the IoTeX blockchain release 1.7.0, every IoTeX node configured as an API gateway will expose the Ethereum JSON API side by side with the native IoTeX GRPc API. IoTeX Users and developers can now take advantage of the rich ecosystem of existing Ethereum tools, apps, and libraries to interact and build on IoTeX blockchain. Tools like MetaMask, Truffle, or Web3.js can interact directly with IoTeX by just pointing them to an IoTeX node!

In the following section, we will see how to configure the most popular Ethereum tools to use them on the IoTeX blockchain.

Last updated