Solidity - Smart Contract Language

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

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

Last updated