Solidity

1.7K posts

Solidity banner
Solidity

Solidity

@solidity_lang

Solidity is an object-oriented, high-level language for implementing smart contracts. 🌐 - an @argotorg project

Katılım Mart 2020
14 Takip Edilen41K Takipçiler
Sabitlenmiş Tweet
Solidity
Solidity@solidity_lang·
Modeling values with multiple variants, like a payment that's native ETH, ERC20, or ERC721, is typically done in Solidity with an enum and a struct holding every possible field, validated by require checks. Core Solidity's pattern matching offers an alternative.
Solidity tweet media
English
3
5
28
1.7K
Solidity
Solidity@solidity_lang·
#cross_analysis" target="_blank" rel="nofollow noopener">soliditylang.org/survey-2025/#c
ZXX
0
0
0
452
Solidity
Solidity@solidity_lang·
Solidity Developer Survey 2025: AI trust vs. usage frequency 36% of daily AI users express distrust in the output. Nearly all who highly trust AI (37 of 38) are daily users. 88% adoption, 45% distrust. Developers adopt AI faster than they trust it.
Solidity tweet media
English
3
0
8
1.1K
Solidity
Solidity@solidity_lang·
Jacob loves constructive feedback. Come find him for a chat about Solidity.
jacob@_czepluch

I gave a talk on @solidity_lang today at @EthPrague. Power stance on stage and all. I'm around all weekend, so come find me or send me a message if you want to chat about Solidity. Or give Core Solidity a spin.

English
0
0
15
761
Solidity
Solidity@solidity_lang·
#cross_analysis" target="_blank" rel="nofollow noopener">soliditylang.org/survey-2025/#c
ZXX
0
0
1
265
Solidity
Solidity@solidity_lang·
Solidity Developer Survey 2025: AI usage by expertise level Daily AI usage is higher among more experienced respondents: 52% of beginners, 58% of intermediate, and 62% of experts use AI daily.
Solidity tweet media
English
2
0
11
623
Solidity
Solidity@solidity_lang·
#cross_analysis" target="_blank" rel="nofollow noopener">soliditylang.org/survey-2025/#c
ZXX
0
0
0
283
Solidity
Solidity@solidity_lang·
Solidity Developer Survey 2025: Framework choice - students vs. professionals Remix usage is higher among students. Foundry is more common among professionals.
Solidity tweet media
English
1
0
4
518
Solidity
Solidity@solidity_lang·
#cross_analysis" target="_blank" rel="nofollow noopener">soliditylang.org/survey-2025/#c
ZXX
0
0
1
226
Solidity
Solidity@solidity_lang·
Solidity Developer Survey 2025: Self-rated expertise by years coding Solidity expertise correlates with general programming experience, though less strongly than with Solidity-specific experience.
Solidity tweet media
English
1
0
7
575
Solidity retweetledi
jacob
jacob@_czepluch·
If you're at @EthPrague , come to my talk! I'm really excited to give my first talk after joining the team and to share some of the things we have in the pipeline.
jacob tweet media
Argot Collective@argotorg

𝟴 𝗠𝗮𝘆 𝗜 𝟭𝟮:𝟯𝟬 - 𝟭𝟮:𝟱𝟱 𝗜 𝗚𝗿𝗲́𝗴𝗿 𝗦𝘁𝗮𝗴𝗲 Wondering what Solidity working on? @_czepluch has the answers! He will share what's next for @solidity_lang. Don't miss this one ↓ ethprague.fileverse.io/?view=events&e…

English
1
2
19
1.3K
Solidity
Solidity@solidity_lang·
#cross_analysis" target="_blank" rel="nofollow noopener">soliditylang.org/survey-2025/#c
ZXX
0
0
1
228
Solidity
Solidity@solidity_lang·
Solidity Developer Survey 2025: Self-rated expertise by years using Solidity The most common self-rating of 8+ appears at the 4-6 year mark. At 0-2 years, the most common rating is "1 - Beginner" (26%).
Solidity tweet media
English
1
0
7
704
Solidity retweetledi
growthepie 🥧📏
growthepie 🥧📏@growthepie_eth·
What smart contract languages are securing most of Ethereum's value? What Solidity version secures the most value? We partnered with @argotorg to analyze the value that is secured by the top 1000 contracts on Ethereum and the activity that goes through these contracts ⬇️
growthepie 🥧📏 tweet media
English
5
7
34
5.5K
Solidity
Solidity@solidity_lang·
#cross_analysis" target="_blank" rel="nofollow noopener">soliditylang.org/survey-2025/#c
ZXX
0
0
0
265
Solidity
Solidity@solidity_lang·
Solidity Developer Survey 2025: Framework choice by expertise level Remix users are predominantly beginners (60%). Foundry has the highest share of experts (38%). Hardhat v3 has the most intermediate users (47%).
Solidity tweet media
English
3
1
12
879
Solidity
Solidity@solidity_lang·
#core_solidity" target="_blank" rel="nofollow noopener">soliditylang.org/survey-2025/#c
ZXX
0
0
1
282
Solidity
Solidity@solidity_lang·
Solidity Developer Survey 2025: Would removing inheritance cause challenges? 63% say yes. 44% estimate rewriting to type classes/traits would be somewhat difficult, 21% very difficult.
Solidity tweet media
English
1
0
4
650
Solidity
Solidity@solidity_lang·
#core_solidity" target="_blank" rel="nofollow noopener">soliditylang.org/survey-2025/#c
ZXX
0
0
0
276
Solidity
Solidity@solidity_lang·
Solidity Developer Survey 2025: Which Core Solidity features interest you most? Better error handling / try-catch replacement (43%) and better delegatecall / library replacement (41%) lead.
Solidity tweet media
English
1
1
5
651
Solidity
Solidity@solidity_lang·
Full post for a closer look at how ADTs and pattern matching work in Core Solidity, with code examples and a walkthrough of the internals: soliditylang.org/blog/2026/05/0…
English
0
0
5
488
Solidity
Solidity@solidity_lang·
And when a new payment type is added, the compiler reports every match expression that doesn't handle it, naming the specific missing case. The "did you handle X everywhere?" question becomes something the type system answers.
English
1
0
3
529
Solidity
Solidity@solidity_lang·
Modeling values with multiple variants, like a payment that's native ETH, ERC20, or ERC721, is typically done in Solidity with an enum and a struct holding every possible field, validated by require checks. Core Solidity's pattern matching offers an alternative.
Solidity tweet media
English
3
5
28
1.7K