#solidityprogramming kết quả tìm kiếm
Solidity’s Checks-Effects-Interactions pattern defines the safest way to structure your functions. Here’s how it keeps your logic clean and reliable👇
Presenting 'The Road to Core Solidity', a series of blog posts through which we will share where we are headed with the language. Let's take a look at the overview!
How often do you see a programming language split in two? Well, that's exactly what Solidity will be going through in the near future. Here's what's happening and what it means for the ecosystem: irondev.xyz/posts/solidity…
Here’s a Solidity snippet from a crowdfunding contract. It looks flawless, but there’s a critical flaw that could lead to lost funds! Can you spot the bug?
in solidity you do not control control-flow. they allocate free memory pointer, even if you do not use memory. casting is lazy and can break near unchecked blocks. calls revert on failure but try catch blocks still fail on success when target has no code. joe: "wow"
Introducing Solidity AI CodeGen, CredShields’ AI model built to help developers write secure, production-ready smart contracts in seconds. Built on OpenZeppelin, Solidity AI CodeGen delivers reliable, OZ v5–compliant code. 🔗 Try it now on Hugging Face: huggingface.co/credshields/So…
Good news for all the vibe coders out there. Seismic's version of Solidity is so intuitive that @cursor_ai picks it up on the fly. Gone are the days of struggling with a new language that AI hasn't seen before.
💥 Big News! 💥 We’ve been heads down over the past couple of months building a brand new Solidity course with modern best practices. 💎 Solidity v0.8.20 🌐 11 in-browser coding lessons 🎥 15 videos ⚒️ Foundry test-cases Master your Solidity skills ahead of the next 🐂 run!🧵
this is what production level gas optimization in Solidity looks like. storing multiple variables in bits in a single slot. ex: instead of using bool which would take 1 byte (8 bit), they allocated a specific bit [56] in the single slot (32 bytes = 256 bits) for the bool…
UPDATED 15min ago✅ src/smartContracts/PiCoinStabilization.sol This image shows a part of a Solidity smart contract file named PiCoinStabilization.sol which is used for managing a cryptocurrency token called PiCoin on the Ethereum blockchain. Here's a breakdown of what's…
If you want to be a good Solidity developer and auditor, you must have a deep knowledge of the programming language and the Ethereum technology. Here are 150 questions divided into 4 levels: Easy, Medium, Hard, and Advanced. Test yourself! ✅ rareskills.io/post/solidity-…
Beginner smart contract devs, auditors - don’t skip this. This new paper dives deep into real exploitable patterns in Solidity contracts. Reentrancy, overflows, access bugs, all broken down. Read it, or get rekt later: arxiv.org/pdf/2504.21480
Curve Protocol Bug: Unraveling the Infinite Loop Exploit 🐞💻 #CurveProtocolBug #SmartContractExploit #SolidityProgramming #BlockchainVulnerability #InfiniteLoopBug #CryptoSecurity #ContractInteractions #ExternalContract #SmartContractDevelopment #BlockchainProgramming #Crypto
学一下 Solidity 基础其实可以更好地开发,这里是我收藏的 Solidity 教程 decert.me/tutorial/solid…
𝗦𝗼𝗹𝗶𝗱𝗶𝘁𝘆 𝗣𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗶𝗻𝗴: 𝗧𝗵𝗲 𝗦𝗺𝗮𝗿𝘁 𝗖𝗼𝗻𝘁𝗿𝗮𝗰𝘁 𝗹𝗮𝗻𝗴𝘂𝗮𝗴𝗲 𝗶𝗻 𝗘𝘁𝗵𝗲𝗿𝗲𝘂𝗺 bit.ly/3IzdtvG #SolidityProgramming #Solidity #SolidityProgrammingLanguage #Ethereum #BlockchainPlatform #AI #AINews #AnalyticsInsight
Transparency and accountability are the backbone of DeFi, and @SolidoMoney is setting the gold standard with $SOLID. On-chain visibility of 36.87M $SUPRA funds and their redeployment into $CASH market-making prove it’s not just talk — it’s design integrity baked into the…
Here's the best part for Solidity devs: You don't need to be a PhD in cryptography to use FHE. @zama_fhe did the hard math. @IncoNetwork built the L1 infrastructure. You just... write Solidity. You use euint256 instead of uint256. That's it. You're now a privacy-preserving dApp…
SON DAKİKA: Dördüncü genesis operatörümüzü gururla duyuruyoruz: @P2Pvalidator! 2018'in başlarında kurulan P2P.org, Web3'ün en büyük ve en köklü SOC 2 Type II denetimli doğrulayıcılarından biri; 7/24 destekle hizmet veriyor. Zama MPC operatörü olarak, Zama…
Seeing DMs like “wait, you were in The DAO?” after @CodeIsLawFilm 😅 Yeah check GitHub 🫡 I was already coding Solidity & the C++ client at EF in 2014. But I don’t dwell on it. Too many in crypto have turned “OG” into a personality. I'd rather build.
A common Solidity optimization pattern is to pack variables into the minimum amount of storage slots. But what if you want to generalize to uint256s? Conditional packing is a pain. Enter Solady's optimized `LibZip.cdCompress`. Now 4x faster. So fast, it opens up new use cases.
3/7 🧱 Solidity Basics Crash Course: Variables & Data Types Functions & Modifiers Mapping & Structs Events & Error Handling #SolidityProgramming
I just published Solidity for Everything: Unlocking the Potential of Blockchain Development link.medium.com/BLAncm9sLOb #solidity #solidityProgramming #SmartContract #SmartContractsCareer
Explore the concept of inheritance in Solidity, the programming language for Ethereum smart contracts. Uncover how Solidity allows for the creation of robust and modular code by inheriting properties.🎯 𝐊𝐧𝐨𝐰 𝐌𝐨𝐫𝐞 👉 101blockchains.com/solidity-inher… #SolidityProgramming
𝗦𝗼𝗹𝗶𝗱𝗶𝘁𝘆 𝗣𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗶𝗻𝗴: 𝗧𝗵𝗲 𝗦𝗺𝗮𝗿𝘁 𝗖𝗼𝗻𝘁𝗿𝗮𝗰𝘁 𝗹𝗮𝗻𝗴𝘂𝗮𝗴𝗲 𝗶𝗻 𝗘𝘁𝗵𝗲𝗿𝗲𝘂𝗺 bit.ly/3IzdtvG #SolidityProgramming #Solidity #SolidityProgrammingLanguage #Ethereum #BlockchainPlatform #AI #AINews #AnalyticsInsight
For anyone that feel like your alone in this space there’s help #consulting #nfthelp #solidityprogramming
1/2022 was my year of smart contract auditing. I had no prior knowledge of blockchain or Solidity.#BlockchainSecurity #Web3Technology #SolidityProgramming #SmartContracts101 #CryptoCommunity #TechLearning #CodeNewbies
Good morning the nft space let’s talk about it. It’s fun but a lot of work. Coding contracts, making art, advertising and much more. We ain’t going nowhere. We BadBabys 4 life. #working #NFTCommmunity #Solidityprogramming #nfts #cryyo
Why You Should Learn Solidity Programming?⇒blog.careers.sh/2022/12/27/why… ⇓ #solidity #solidityprogramming #nft #fintech #blockchain #defi #soliditydeveloper #developers #softwaredevelopment #programmers #job #tech #coding #programming #solidityfactory
"🚀 Day 4 of our Blockchain Development Skills Program ! 💼 IT Department students have delved deep into Solidity Programming, acquiring extensive knowledge in this cutting-edge field. 📚💡 #BlockchainDevelopment #SolidityProgramming #SkillsProgram" #aitam #bestengineeringcollege
Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript and it is designed to write smart contracts on Ethereum blockchain (DApps). Visit here: encyphers.com/2021/12/07/int… #solidityprogramming #web3js #ethereum #blockchain
Why You Should Learn Solidity Programming?⇒blog.careers.sh/2022/12/27/why… ⇓ #solidity #solidityprogramming #nft #fintech #blockchain #defi #soliditydeveloper #developers #softwaredevelopment #programmers #job #tech #coding #programming #solidityfactory
Explore the concept of inheritance in Solidity, the programming language for Ethereum smart contracts. Uncover how Solidity allows for the creation of robust and modular code by inheriting properties.🎯 𝐊𝐧𝐨𝐰 𝐌𝐨𝐫𝐞 👉 101blockchains.com/solidity-inher… #SolidityProgramming
Meet your Solidity Programming mentor, @AldrickBonaobra! Tweet below your questions about #SolidityProgramming and our #BDB2022 and get a chance to satisfy your curiosity. Follow us to get more updates. Watch out for your answers in our upcoming video! #AskTheMentor
Something went wrong.
Something went wrong.
United States Trends
- 1. Jamaica 199K posts
- 2. SNAP 967K posts
- 3. Tucker 87.8K posts
- 4. Nelson 26.5K posts
- 5. #csm218 3,773 posts
- 6. #NationalFirstRespondersDay 1,051 posts
- 7. Hurricane Melissa 150K posts
- 8. New Hope 31.4K posts
- 9. Wikipedia 99.5K posts
- 10. Nokia 11.7K posts
- 11. Grokipedia 159K posts
- 12. $NOK 2,825 posts
- 13. jungkook 1.14M posts
- 14. Chris Evans 5,707 posts
- 15. Wired 20.2K posts
- 16. Tylenol 20.9K posts
- 17. Riley Gaines 96.2K posts
- 18. Atlantic 39.7K posts
- 19. #gachiakuta154 1,318 posts
- 20. Fuentes 68.7K posts