computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
1.3 KiB
15 lines
1.3 KiB
# Solidity |
|
|
|
Solidity is an object-oriented programming language created specifically by Ethereum Network team for constructing smart contracts on various blockchain platforms, most notably, Ethereum. |
|
|
|
* It's used to create smart contracts that implements business logic and generate a chain of transaction records in the blochain system. |
|
* It acts as a tool for creating machine-level code and compilling it on the Ethereum Vitural Machine (EVM). |
|
|
|
Like any other programming languages, Solidity also has variables, functions, classes, arithmetic operations, string manipulation, and many more. |
|
|
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://soliditylang.org/'>Solidity Programming Language</BadgeLink> |
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tutorialspoint.com/solidity/index.htm'>Solidity Tutorial</BadgeLink> |
|
<BadgeLink colorScheme='blue' badgeText='Watch' href='https://www.youtube.com/watch?v=ipwxYa-F1uY'>Solidity Course by FreeCodeCamp</BadgeLink> |
|
<BadgeLink colorScheme='blue' badgeText='Watch' href='https://www.youtube.com/watch?v=EhPeHeoKF88'>Solidity Course by Dapp University</BadgeLink> |
|
<BadgeLink badgeText='Watch' href='https://youtu.be/gyMwXuJrbJQ'>Learn Blockchain, Solidity, and Full Stack Web3 Development</BadgeLink>
|
|
|