About 365 results
Open links in new tab
  1. 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.

  2. The Solidity Developer Survey Results 2024 are out!

    Apr 25, 2025 · Big thanks to everyone who participated in our fifth annual developer survey and helped us reach the right audience! Your inputs are invaluable to us and are pivotal in driving …

  3. [Call for feedback] The Long-term Solidity Roadmap

    Oct 21, 2025 · We have just published the first introductory blog post in a series called “The Road to Core Solidity“, through which we will share our direction for the language. → The Road to …

  4. Some questions about the Solidity language

    May 17, 2021 · Solidity is an object-oriented, high-level language for implementing smart contracts. It is designed to target the Ethereum Virtual Machine (EVM). There are many other …

  5. Solidity v0.8.25 is out! - Announcements - Solidity Forum

    Mar 15, 2024 · Introducing the newest version of the Solidity Compiler v0.8.25. This is a minor release following the Dencun hard-fork on Ethereum mainnet that occurred on March 13, 2024 …

  6. [call for feedback] The future of `try`/`catch` in Solidity - Language ...

    Feb 17, 2023 · I don’t think solidity needs new syntax to handle local reverts as the developer already have all the tools in hand to control the logic flow of its contract. The feature is only …

  7. Beginners guide (solidity) - Solidity Forum

    Oct 26, 2025 · I’m new here and I really want to understand the solidity language. Can you please teach me. Anyone

  8. Mechanism to split large contracts - Language Design - Solidity …

    Feb 16, 2021 · I don’t think it is necessary to implement splitting large contracts at the Solidity language level. The reason is because EIP-2535 Diamonds solves the problem in a sufficiently …

  9. Solc AST generator - Solidity Forum

    Jan 31, 2025 · I’m trying to obtain an AST from a solidity contract I cannot find anyway to achieve that using solc I saw on previous versions there were --ast options in command line or other …

  10. Isolate the Yul Compiler as a Standalone Backend - Yul - Solidity …

    Oct 12, 2025 · The Solidity/Yul boundary is the most defined one in the compiler right now. Yul is exposed in the CLI/Standard JSON as a distinct language and the interface is stable, unlike …