MEVerse Dev Docs
MEVerse Dev Docs (EN)
MEVerse Dev Docs (EN)
  • Welcome
  • MEVerse Introduction
    • MEVerse Core Design
    • Proof of Formulation
    • Customizable Multi Chain
    • Level Tree
    • Block Redesign
  • Get started
    • How to Set Up a Node
    • Add MEV in Account
    • IDE & Dev Tool
    • Deploy Smart Contract
    • Check Deployment
  • MEVerse Network Structure
    • Generator Node
    • Observer Node
    • Seed Node
    • Public Node
    • Bridge Node
  • Smart Contract
    • Solidity - Smart Contract Language
    • IDE and Tools
      • Remix
      • Truffle
      • Hardhat
      • MEVerse Scan(Explorer)
      • Connecting MetaMask
    • Sample Contracts
    • Testing Guide
  • MEVerse Mining Ecosystem
  • MEVerse Links
    • MEVerse Website
    • MEVerse Whitepaper
    • MEVerse Blog
    • MEVerse Disclosure & Updates (Xangle)
    • MEVerse Coinmarketcap
Powered by GitBook
On this page
  • Remix
  • Truffle
  • Install Hardhat
  1. Get started

IDE & Dev Tool

PreviousAdd MEV in AccountNextDeploy Smart Contract

Last updated 2 years ago

MEVerse is EVM(Ethereum Virtual Machine) compatible.

MEVerse supports Ethereum-based smart contract language Solidity, and developers can develop with IDE/Frameworks that are used for smart contract development and compiling.

Remix

Remix IDE, is a no-setup tool with a GUI for developing smart contracts. Used by experts and beginners alike, Remix will get you going in double time. Remix plays well with other tools, and allows for a simple deployment process to the chain of your choice. Remix is famous for our visual debugger.

Remix IDE -

Truffle

Quickly build, test, compile and debug using Truffle. Write scripts and plugins to automate common processes.

  • Truffle Storage -

  • Truffle Docs -

Install command

$ npm install truffle -g

Install Hardhat

Easily deploy your contracts, run tests and debug Solidity code without dealing with live environments. Hardhat Network is a local Ethereum network designed for development.

  • Hardhat Storage -

  • Hardhat Docs -

To install Hardhat, go to an empty folder, initialize an npm project (i.e. npm init), and run

$ npm install --save-dev hardhat
https://remix.ethereum.org
https://github.com/trufflesuite/truffle
https://trufflesuite.com/docs/
https://github.com/NomicFoundation/hardhat
https://hardhat.org/docs