Learning-Solidity

所属分类:模式识别(视觉/语音等)
开发工具:Solidity
文件大小:7KB
下载次数:0
上传日期:2023-04-22 17:14:36
上 传 者sh-1993
说明:  学习实体编程语言-注释。(视频1:02:04)
(Learning Solidity Programming Language - NOTES. (Video at 1:02:04))

文件列表:
Arrays_inDetail.sol (623, 2023-04-23)
Conditionals.sol (785, 2023-04-23)
Counter.sol (1144, 2023-04-23)
LICENSE (11357, 2023-04-23)
Mappings.sol (875, 2023-04-23)
MyContract.sol (1961, 2023-04-23)

# Solidity Programming Language - NOTES > Solidity Programming Language - NOTES ### What is Solidity? It is the main programming language for writing Ethereum Smart Contracts for the Ethereum Blockchain or the other EVM Compatible Chains. ### IDE to Use to code in Solidity (ONLINE) * [Remix Ethereum IDE](https://remix.ethereum.org/) ### Solidity References & Syntax... * [TutorialsPoint Solidity Reference](https://www.tutorialspoint.com/solidity/index.htm) * [Solidity Official Docs](https://docs.soliditylang.org/en/v0.8.19/types.html) --- Smart Contract file names start with Capital Letter & ends with .sol file extension. > For Example: >> Counter.sol

近期下载者

相关文件


收藏者