About 4,520 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 — Solidity 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, …

  3. Solidity — Solidity 0.8.24 文档

    Solidity 是静态类型语言,支持继承,库和复杂的用户自定义的类型以及其他特性。 使用 Solidity,您可以创建用于投票、众筹、秘密竞价(盲拍)以及多重签名钱包等用途的合约。

  4. Installing the Solidity Compiler — Solidity 0.8.31-develop …

    Docker images of Solidity builds are available using the solc image from the argotorg organization on ghcr.io. Use the stable tag for the latest released version, and nightly for potentially …

  5. Introduction to Smart Contracts - Solidity Programming Language

    A contract in the sense of Solidity is a collection of code (its functions) and data (its state) that resides at a specific address on the Ethereum blockchain. The line uint storedData; declares a …

  6. Use cases | Solidity Programming Language

    With Solidity, you can create contracts for uses such as voting, crowdfunding, blind auctions, and multi-signature wallets and much more! Below we list some of the most popular use cases.

  7. Solidity by Example — Solidity 0.8.31-develop documentation

    Solidity provides a built-in function ecrecover that accepts a message along with the r, s and v parameters and returns the address that was used to sign the message.

  8. Solidity Blog | Solidity Programming Language

    2 days ago · Solidity is the most widely used smart contract language. It is robust, trustworthy, and today secures hundreds of billions of dollars of value. We are proud of this success, and …

  9. Contracts — Solidity 0.8.31-develop documentation

    Solidity is similar to Python in that it uses C3 Linearization to force a specific order in the directed acyclic graph (DAG) of base classes. This results in the desirable property of monotonicity but …

  10. Solidity — Solidity 0.8.31 ドキュメント

    Solidityは、スマートコントラクトを実装するための、オブジェクト指向の高級言語です。 スマートコントラクトとは、Ethereumのアカウントの動作を制御するプログラムのことです。