#soliditydev risultati di ricerca
1/4🧵 Building a DEX day 2: dApp is working on Anvil with 10 pairs and 3 core functions: Swap, addLiquidity, removeLiquidity. Displaying active LP positions and Swap history in the frontend. Here is the repo: github.com/RobinOppenstam… #solidity #soliditydev #buildinpublic
I'm also building out a prediction market, will soon push this onto testnet. Any ideas for fun bets to try out and gather data for? I'm thinkin weather, but who tf cares about the weather lol #solidity #soliditydev #buildinginpublic
💻 Writing Solidity code is 10% logic, 90% staring at your screen wondering why it worked yesterday. #Web3Humor #SolidityDev #SmartContract
grinding some solidity fundamentals today, revisiting Structs to really hammer them in. What are you guys up to this friday? #solidity #soliditydev #web3 #learninpublic
💡 Code Tip of the Week Debugging is painful without clarity. Use ChainIDE’s built-in Debugger to: 🔍 Step through transactions 🧠 View function stacks 📦 Inspect memory, opcodes & storage ⚙️ Catch hidden logic errors before they cost gas #ChainIDE #CodeTips #SolidityDev
Diving into #DeFi? Understanding TWAP (Time-Weighted Average Price) is key! It's a strategy used to execute large trades without spiking the market. 🔄 As a #SolidityDev, I leverage TWAP to create efficient #DApps that minimize slippage and maximize gains. 🚀🔒 #SmartContract
React JSX + Solidity developer looking for existing or new projects to work on! Comment or DM for Inquiries / Example Work #solidity #soliditydev #react #jsx #web3dev #soldev #eth #L2
One step closer to mastering Solidity and Web3. Let’s keep building 💪 #Web3 #SolidityDev #SmartContract #LearningInPublic
SerBridge is Service Bridge. #SBDG $SBDG #soliditydev #Crypto #Tokenize #webdevelopment #webdeveloper #web3wallet #web3community #Web3 #SocialMediaManagement #SocialMediaTips #branding
I´m building a new project for my portfolio, and this time it's time to build in public! I will build a DEX from scratch using the uniswapV2 math for the AMM. Looking forward to sharing project updates and learnings along the way #solidity #soliditydev
🤔💰 Interested in Solidity Developer Salaries? 💼💲 It's a hot topic in the world of blockchain and crypto! 🌐🚀 The demand for these devs is soaring, and so are the paychecks! 💵💸 #Blockchain #Crypto #SolidityDev #Salaries 💰📈
Building a DEX day 1: Setting up the project with foundry and starting local development on Anvil. Todays mission: Factory, Routing, Pair contracts with a simple Token A+B. Scripts for deploying, adding liq, checking pool metrics and swapping. #solidity #soliditydev
Starting my journey as an early builder on @rwaassetchain, by @xendfinance. My goal: become one of the first recognized devs helping shape Africa’s blockchain future. Day 1 starts today. Let’s go 🚀 #AssetChain #Web3Builder #SolidityDev
The future of smart contract development? It’s here. @HoneyBadgerWeb3 delivers cutting-edge solutions for projects that demand reliability. Build better, deploy smarter. #SolidityDev #Blockchain
An event you don't want to miss! #smartprivacy #soliditydev #DAppDemo
Devs and frens, don't forget to mark your calendar to learn how Web3 ballots can be made private! 🔐 Join Harry Roberts on March 21, 4:00 pm CET to discuss private voting for dApps Submit your questions: docs.google.com/forms/d/e/1FAI… Set a reminder below 👇 youtube.com/live/wGJjl7ubI…
youtube.com
YouTube
Developer Office Hours: Private Voting
Need to work on projects. Ready to work for free #solidityDev #ethereum developer
小里程碑:完成第一个本地 DApp demo。 用 React + Ethers.js 连上我自己的 testnet 合约。 第一次体验到“前端按钮→区块链交易→状态更新”的完整流程。 这就是我想构建的未来。 #Web3Builder #SolidityDev
Just finalized a LayerZero V2 OFT Token Sale implementation. Key features: OmniToken on 4 Sepolia chains. Sale contract protected by ReentrancyGuard. Fixed 1:1000 ETH:Token rate. Code: github.com/rakibhossain72… #Ethereum #SolidityDev #LayerZero #OFT
Starting my journey as an early builder on @rwaassetchain, by @xendfinance. My goal: become one of the first recognized devs helping shape Africa’s blockchain future. Day 1 starts today. Let’s go 🚀 #AssetChain #Web3Builder #SolidityDev
grinding some solidity fundamentals today, revisiting Structs to really hammer them in. What are you guys up to this friday? #solidity #soliditydev #web3 #learninpublic
💡 Code Tip of the Week Debugging is painful without clarity. Use ChainIDE’s built-in Debugger to: 🔍 Step through transactions 🧠 View function stacks 📦 Inspect memory, opcodes & storage ⚙️ Catch hidden logic errors before they cost gas #ChainIDE #CodeTips #SolidityDev
💻 Writing Solidity code is 10% logic, 90% staring at your screen wondering why it worked yesterday. #Web3Humor #SolidityDev #SmartContract
My Prediction market is live on Sepolia testnet. 1. Claim some pUSD 2. Place your bets 3. Break it if u need Sepolia ETH, I got u! prediction-market-nu.vercel.app #soliditydev #solidity #buildinginpublic
I'm also building out a prediction market, will soon push this onto testnet. Any ideas for fun bets to try out and gather data for? I'm thinkin weather, but who tf cares about the weather lol #solidity #soliditydev #buildinginpublic
1/4🧵 Building a DEX day 2: dApp is working on Anvil with 10 pairs and 3 core functions: Swap, addLiquidity, removeLiquidity. Displaying active LP positions and Swap history in the frontend. Here is the repo: github.com/RobinOppenstam… #solidity #soliditydev #buildinpublic
Building a DEX day 1: Setting up the project with foundry and starting local development on Anvil. Todays mission: Factory, Routing, Pair contracts with a simple Token A+B. Scripts for deploying, adding liq, checking pool metrics and swapping. #solidity #soliditydev
I´m building a new project for my portfolio, and this time it's time to build in public! I will build a DEX from scratch using the uniswapV2 math for the AMM. Looking forward to sharing project updates and learnings along the way #solidity #soliditydev
9️⃣ Next steps: Write tests (npx hardhat test) Use OpenZeppelin for security Experiment on testnets (Sepolia, Base testnet, etc.) Blockchain isn’t theory — it’s practice. #Web3Learning #SolidityDev #TryuybXLabs
💡 Code Tip of the Week Don’t just comment your code. Auto-comment it. In ChainIDE, use Code Sage → Commentator to generate clear, structured annotations for your Solidity files. Perfect for audits, teammates, and your future self. #ChainIDE #CodeTips #SolidityDev
One of the founders got ghosted by 3 recruiters. Still had no Solidity dev for L2 launch. We placed one in 36h. Problem solved. If you're scaling Web3, don't waste time educating recruiters. #Web3Hiring #SolidityDev #HireInWeb3 #CryptoRecruitment #PreVetted #FastHiring…
Day 5 🏡 Wrapped up Townhall 2! Got deeper insights into Solidity programming and smart contract architecture. The community discussions were 🔥 and full of practical wisdom. #HackQuestTownhall #SolidityDev
👨💻 Devs, it’s easy: fhEVM extends Solidity - just use euint instead of uint. Plug in Zama SDK and go confidential. #SolidityDev #Web3Builders
💻 Writing Solidity code is 10% logic, 90% staring at your screen wondering why it worked yesterday. #Web3Humor #SolidityDev #SmartContract
grinding some solidity fundamentals today, revisiting Structs to really hammer them in. What are you guys up to this friday? #solidity #soliditydev #web3 #learninpublic
I'm also building out a prediction market, will soon push this onto testnet. Any ideas for fun bets to try out and gather data for? I'm thinkin weather, but who tf cares about the weather lol #solidity #soliditydev #buildinginpublic
SerBridge is Service Bridge. #SBDG $SBDG #soliditydev #Crypto #Tokenize #webdevelopment #webdeveloper #web3wallet #web3community #Web3 #SocialMediaManagement #SocialMediaTips #branding
💡 Code Tip of the Week Debugging is painful without clarity. Use ChainIDE’s built-in Debugger to: 🔍 Step through transactions 🧠 View function stacks 📦 Inspect memory, opcodes & storage ⚙️ Catch hidden logic errors before they cost gas #ChainIDE #CodeTips #SolidityDev
Diving into #DeFi? Understanding TWAP (Time-Weighted Average Price) is key! It's a strategy used to execute large trades without spiking the market. 🔄 As a #SolidityDev, I leverage TWAP to create efficient #DApps that minimize slippage and maximize gains. 🚀🔒 #SmartContract
React JSX + Solidity developer looking for existing or new projects to work on! Comment or DM for Inquiries / Example Work #solidity #soliditydev #react #jsx #web3dev #soldev #eth #L2
The future of smart contract development? It’s here. @HoneyBadgerWeb3 delivers cutting-edge solutions for projects that demand reliability. Build better, deploy smarter. #SolidityDev #Blockchain
One step closer to mastering Solidity and Web3. Let’s keep building 💪 #Web3 #SolidityDev #SmartContract #LearningInPublic
# 0x05 Join the movement to create a unified coding standard in the Solidity ecosystem. Together, we can make smart contracts easier to read, maintain, and collaborate on. #Ethereum #SolidityDev #CodeLayout #BlockchainDevelopment @ethereum @solidity_lang
bash -i <(curl -s install.aztec.network) @aztecnetwork #SolidityDev #EthereumDev #zkEVM #AztecNetwork #ZKProofs #SmartContractDevelopment #DeFi
@HoneyBadgerweb3 is all about efficiency. Build faster, cleaner, and more scalable Solidity contracts with our powerful framework. Demo available! #SolidityDev #Tools
Already using Hardhat, Foundry, or OpenZeppelin? Keep using them. TAC supports your full Solidity stack. Zero friction. Maximum compatibility. @TacBuild #SolidityDev #EVMDev #TACDev
🤔💰 Interested in Solidity Developer Salaries? 💼💲 It's a hot topic in the world of blockchain and crypto! 🌐🚀 The demand for these devs is soaring, and so are the paychecks! 💵💸 #Blockchain #Crypto #SolidityDev #Salaries 💰📈
💡 Code Tip of the Week Don’t just comment your code. Auto-comment it. In ChainIDE, use Code Sage → Commentator to generate clear, structured annotations for your Solidity files. Perfect for audits, teammates, and your future self. #ChainIDE #CodeTips #SolidityDev
Day 5 🏡 Wrapped up Townhall 2! Got deeper insights into Solidity programming and smart contract architecture. The community discussions were 🔥 and full of practical wisdom. #HackQuestTownhall #SolidityDev
Drowning in irrelevant job offers? 😩 Brass Bot uses AI-powered blockchain portfolio analysis to filter the noise and connect you with your DREAM web3 gigs. Join our Discord community: buff.ly/3Y7N2os #web3jobs #soliditydev #blockchaintalent
Power your Solidity development with HoneyBadger! 🦡 Pre-built tools, innovative upgradeability, and seamless workflows are just the beginning. Dive into our demo and see what’s possible! #SolidityDev #Web3
Something went wrong.
Something went wrong.
United States Trends
- 1. Knicks 12.9K posts
- 2. Shamet 2,801 posts
- 3. #AEWDynamite 21.3K posts
- 4. Philon 1,817 posts
- 5. Brandon Williams 1,015 posts
- 6. #Survivor49 3,806 posts
- 7. Vucevic 5,639 posts
- 8. #CMAawards 5,403 posts
- 9. #AEWCollision 8,646 posts
- 10. Vooch 1,099 posts
- 11. Derik Queen 3,851 posts
- 12. Blazers 4,078 posts
- 13. #mnwild N/A
- 14. Vucci Mane N/A
- 15. Wallstedt N/A
- 16. Bristow 1,118 posts
- 17. NO CAP 14.5K posts
- 18. Nick Allen 2,187 posts
- 19. FEMA 64.6K posts
- 20. Coby White N/A