Skip to content

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...

Notifications You must be signed in to change notification settings

ababyprogrammer/Learn-Solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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! 👍🏼

About

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...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published