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
  • Solidity and MEVerse
  • Reference
  1. Smart Contract

Solidity - Smart Contract Language

PreviousSmart ContractNextIDE and Tools

Last updated 2 years ago

Since there are many documents and explanations about Solidity on its official website, we will leave the official links at . This chapter is written based on .

Solidity and MEVerse

Solidity is an object-oriented programming language created specifically by the Ethereum Network team for constructing and designing smart contracts on Blockchain platforms. Solidity was designed for Ethereum, but it is suitable for general language to write smart contracts. It can be used in MEVerse as well.

Reference

Solidity Github
Solidity Docs
Remix Docs
Truffle Docs
HardHat Docs
Reference
Reference