
Home | Solidity Programming Language
Solidity is a statically-typed curly-braces programming language designed for developing smart contracts that run on Ethereum.
Solidity — Solidity 0.8.24 文档
Solidity 是静态类型语言,支持继承,库和复杂的用户自定义的类型以及其他特性。 使用 Solidity,您可以创建用于投票、众筹、秘密竞价(盲拍)以及多重签名钱包等用途的合约。
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, …
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 …
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 …
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 …
Solidity Blog | Solidity Programming Language
6 days ago · Solidity is in full support of the proposal and in this post we would like to explain why. We will address the benefits it brings and the reasons why alternatives proposed so far fall …
Solidity Forum - The place for all Solidity developers, tool builders ...
Dec 27, 2024 · The place to discuss design and usage of and changes to the Solidity programming language.
Solidity — Solidity 0.7.6 documentation
Solidity was influenced by C++, Python and JavaScript and is designed to target the Ethereum Virtual Machine (EVM). Solidity is statically typed, supports inheritance, libraries and complex …
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.