Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Master-Solidity-Roadmap
# Solidity Developer Roadmap
## Introduction
Welcome to the Solidity Developer Roadmap! Solidity is a high-level programming language used to write smart contracts on the Ethereum blockchain. It is a statically typed, contract-oriented language that is influenced by C++, Python, and JavaScript.

Here is a solidity roadmap for beginners. If you want to contribute, please create a pull request.
This roadmap is intended to help developers who are new to Solidity to get up to speed with the basics and then dive into more advanced topics. It includes a list of resources and learning materials to help you become a proficient Solidity developer.

## Prerequisites
Before diving into Solidity, it is recommended that you have a basic understanding of programming concepts and at least one programming language. A good understanding of blockchain technology, specifically Ethereum, is also recommended.


## Roadmap
Expand Down