About 361,000 results
Open links in new tab
  1. Home | Solidity Programming Language

    Solidity is a statically-typed curly-braces programming language designed for developing smart contracts that run on Ethereum.

  2. Solidity - Wikipedia

    Solidity is a statically typed programming language designed for developing smart contracts that run on the Ethereum Virtual Machine (EVM) or compatible virtual machines.

  3. Introduction to Solidity - GeeksforGeeks

    Jul 12, 2025 · Solidity is the primary language for blockchains running platforms. Solidity can be used to create contracts like voting, blind auctions, crowdfunding, multi-signature wallets, etc.

  4. Solidity by Example | 0.8.26

    Aug 28, 2025 · Introduction to Solidity with simple examples.

  5. Solidity, the Smart Contract Programming Language - GitHub

    Solidity is a statically-typed curly-braces programming language designed for developing smart contracts that run on the Ethereum Virtual Machine.

  6. Solidity Simplified: A Step-by-Step Beginners Guide to the Basics

    5 days ago · Solidity is a statically-typed, contract-oriented programming language used to write smart contracts on the Ethereum platform. It draws inspiration from popular languages like …

  7. SoliditySolidity 0.8.30 documentation

    Solidity is statically typed, supports inheritance, libraries, and complex user-defined types, among other features. With Solidity, you can create contracts for uses such as voting, crowdfunding, …

  8. Solidity Tutorial - Online Tutorials Library

    Solidity is a contract-oriented, high-level programming language for implementing smart contracts. Solidity is highly influenced by C++, Python and JavaScript and has been designed to target …

  9. Introduction to Solidity: Understanding the Basics

    Aug 26, 2025 · Solidity is a high-level programming language used for developing smart contracts on the Ethereum blockchain. It is designed to enable the creation of decentralized applications …

  10. Solidity Tutorial - GeeksforGeeks

    Jul 23, 2025 · The following Solidity tutorial explains the basic and advanced concepts of Solidity programming language and provides a firm foundation in the language that will enable you to …