https://github.com/ababyprogrammer/learn-solidity
Here we put the basic lessons of solidity. As you know, Solidity is the main programming language for writing smart contracts for the Ethereum blockchain. It is a contract-oriented language, which means...
https://github.com/ababyprogrammer/learn-solidity
education solidity-contracts solidity-language
Last synced: 6 months ago
JSON representation
Here we put the basic lessons of solidity. As you know, Solidity is the main programming language for writing smart contracts for the Ethereum blockchain. It is a contract-oriented language, which means...
- Host: GitHub
- URL: https://github.com/ababyprogrammer/learn-solidity
- Owner: ababyprogrammer
- Created: 2024-07-14T17:18:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T15:01:46.000Z (over 1 year ago)
- Last Synced: 2025-01-08T18:15:27.520Z (about 1 year ago)
- Topics: education, solidity-contracts, solidity-language
- Homepage: https://soliditylang.org/
- Size: 19.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solidity
As you know, Solidity is the main programming language for writing smart contracts for the Ethereum blockchain.
It is a contract-oriented language, which means that smart contracts are responsible for storing all of the programming logic that transacts with the blockchain.
It's a high-level programming language that looks a lot like JavaScript, Python, and C++.
It's designed to run on the Ethereum Virtual Machine (EVM), which is hosted on Ethereum Nodes that are connected to the blockchain.
It is statically typed, and supports inheritance, libraries, and more! In short, it has all the capability that you need in order build industrial strength blockchain applications.
# what we're going to do here?
We want to teach solidity in this repository.
Stay with us.
**A big thanks to you for read these types!** 👍🏼