Git Product home page Git Product logo

learn-solidity's Introduction

Learn-Solidity

Learn Solidity - Contract Oriented Language for Ethereum Smart contracts

Solidity currently available resources data or unheard terms gives a hard time to understand it. We tried our best to ease it a bit. Understanding Solidity Carefully is very important because each line and word worth money.

What is Solidity?

Solidity is a statically typed, contract programming language that has similarities to Javascript and C++. Like objects in OOP, each contract contains state variables, functions, and common data types. Contract-specific features include modifier (guard) clauses, event notifiers for listeners, and custom global variables.

Why Solidity is Important?

The whole thing related to Solidity is like having a sweetest pancake ever.

The whole concept is ragging the future of internet - Web 3.0 branched on Blockchain. Blockchain was conceptualised in 2008 by an anonymous person or group known as Satoshi Nakamoto comes in light after its implementation in BitCoin

If you have no idea what Solidity or this is first time to heard name Ethereum or Contract or Some of you have an idea about Solidity how to learn this language.

Solidity

Solidity is a statically typed, contract programming language that has similarities to Javascript and C++. Like objects in OOP, each contract contains state variables, functions, and common data types. Contract-specific features include modifier (guard) clauses, event notifiers for listeners, and custom global variables.

Solidity Language itself is a tool that we use to generate machine-level code that can execute on the EVM (Ethereum Virtual Machine), it’s a language with a compiler which takes our high-level human-readable code and breaks it down into simple instructions like “put data into a register”, “add data from two registers”, “jump back to instruction at memory point xxxxx”, which form the basis of any microprocessor executable program.

So the Solidity language is just one of several languages which can be compiled into EVM bytecode, another language that does the same thing is called Serpent. Each language might have several compiler tools but they all do the same thing, which is to generate EVM machine-level bytecode to be run on the Ethereum nodes, for payment.

learn-solidity's People

Contributors

sanchaymittal avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.