Set up your Environment
Last updated
Was this helpful?
Last updated
Was this helpful?
Setting up your development environment for IoTeX involves choosing the right Web3 tools and frameworks to streamline your workflow.
Popular options include , , and . These frameworks offer robust Dapp testing, deployment, and debugging capabilities. Once you are ready to deploy your smart contracts to the testnet or mainnet, you simply need to change the RPC endpoint in your tools configuration.
→ See IoTeX RPC Endpoints (archive-node)
Below is a list of popular development tools for EVM Dapp development. Each of these tools offers unique features and functionalities that can help streamline your Dapp development workflow.
: A flexible and extensible framework that helps developers compile, deploy, test, and debug their Ethereum software.
: A development environment, testing framework, and asset pipeline for Ethereum, aimed at making life as an Ethereum developer easier.
: A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine (EVM).
: A fast, portable, and modular toolkit for Ethereum application development. Forge is the command-line tool for Foundry, providing robust smart contract development and testing capabilities.
: the one-stop-shop for any IoTeX Developer. Claim test tokens, deploy tokens and explore the DePIN sandbox from a simple web interface.
: A web-based IDE for writing, compiling, testing, and deploying smart contracts.
: A JavaScript library that allows you to interact with the Ethereum blockchain using HTTP, IPC, or WebSocket.
: A complete and compact library for interacting with the Ethereum blockchain and its ecosystem.
: Provides tools and APIs for building DApps with MetaMask, enabling seamless integration and enhanced functionalities.
: A tool suite for testing Ethereum-based applications.
: A local Ethereum node implemented in Rust, similar to Ganache, for fast and reliable testing.
: A monitoring, debugging, and analytics platform for Ethereum smart contracts.
: A linter for Solidity code that helps identify and fix issues in smart contracts.