# Solidity极简入门: 0. 写在前面 **Published by:** [0xAA](https://paragraph.com/@wtfacademy/) **Published on:** 2022-04-14 **URL:** https://paragraph.com/@wtfacademy/solidity-0 ## Content 我最近在重新学solidity,巩固一下细节,也写一个“Solidity极简入门”,供小白们使用(编程大佬可以另找教程),每周更新1-3讲。 欢迎关注我的推特:@0xAA_Science WTF技术社群discord,内有加微信群方法:链接 所有代码和教程开源在github(1024个star发课程认证,2048个star发社群NFT): github.com/AmazingAng/WTFSolidity第0讲,我总结一些学solidity需要的背景知识,包括代码风格、特殊变量等等,不断更新。1. Solidity代码风格登链社区维护了solidity文档的中文翻译,其中一节是代码风格风格指南 - Solidity 中文文档 - 登链社区thisFunctionCallIsReallyLong(longArgument1, longArgument2, longArgument3 ); thisFunctionCallIsReallyLong(longArgument1, longArgument2, longArgument3 ); thisFunctionCallIsReallyLong( longArgument1,longArgument2, longArgument3 ); thisFunctionCallIsReallyLong( longArgument1, longArgument2, longArgument3 ); thisFunctionCallIsReallyLong( longArgument1, longArgument2, longArgument3);https://learnblockchain.cn2. 全局变量:以太坊单位和特殊变量 ## Publication Information - [0xAA](https://paragraph.com/@wtfacademy/): Publication homepage - [All Posts](https://paragraph.com/@wtfacademy/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@wtfacademy): Subscribe to updates - [Twitter](https://twitter.com/0xAA_Science): Follow on Twitter