#soliditydev 搜尋結果
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
💻 Writing Solidity code is 10% logic, 90% staring at your screen wondering why it worked yesterday. #Web3Humor #SolidityDev #SmartContract
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
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
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
SerBridge is Service Bridge. #SBDG $SBDG #soliditydev #Crypto #Tokenize #webdevelopment #webdeveloper #web3wallet #web3community #Web3 #SocialMediaManagement #SocialMediaTips #branding
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
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
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
One step closer to mastering Solidity and Web3. Let’s keep building 💪 #Web3 #SolidityDev #SmartContract #LearningInPublic
🤔💰 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 💰📈
Need to work on projects. Ready to work for free #solidityDev #ethereum developer
The future of the internet is being written in Solidity. Learn it, write it, secure it. Smart contracts don’t lie. People do. That's why Web3 is built on code, not trust. YOU WILL APPRECIATE ME LATER #Web3 #SolidityDev
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
小里程碑:完成第一个本地 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
💡 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
SerBridge is Service Bridge. #SBDG $SBDG #soliditydev #Crypto #Tokenize #webdevelopment #webdeveloper #web3wallet #web3community #Web3 #SocialMediaManagement #SocialMediaTips #branding
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
# 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
@HoneyBadgerweb3 is all about efficiency. Build faster, cleaner, and more scalable Solidity contracts with our powerful framework. Demo available! #SolidityDev #Tools
One step closer to mastering Solidity and Web3. Let’s keep building 💪 #Web3 #SolidityDev #SmartContract #LearningInPublic
🤔💰 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 💰📈
bash -i <(curl -s install.aztec.network) @aztecnetwork #SolidityDev #EthereumDev #zkEVM #AztecNetwork #ZKProofs #SmartContractDevelopment #DeFi
Already using Hardhat, Foundry, or OpenZeppelin? Keep using them. TAC supports your full Solidity stack. Zero friction. Maximum compatibility. @TacBuild #SolidityDev #EVMDev #TACDev
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
💡 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
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
Build bold, build better with @HoneyBadgerweb3! 🛠️ Our next-gen Solidity framework simplifies your workflow while unlocking new possibilities. Check out the demo today! 🦡✨ #SolidityDev
Something went wrong.
Something went wrong.
United States Trends
- 1. $NVDA 65.1K posts
- 2. #happybdayTYGA N/A
- 3. Jensen 19.5K posts
- 4. GeForce Season 4,802 posts
- 5. Peggy 37.4K posts
- 6. #ใครในกระจกEP5 9,350 posts
- 7. Sumrall 1,922 posts
- 8. Saba 11K posts
- 9. Martha 19.1K posts
- 10. Stargate 5,958 posts
- 11. #WWESuperCardNewSeason N/A
- 12. Comey 54.6K posts
- 13. #2Kgiveaway N/A
- 14. Poverty 51.8K posts
- 15. Sonic 06 3,572 posts
- 16. Jason Crow 2,111 posts
- 17. The Fugitive 2,836 posts
- 18. NASA 51.3K posts
- 19. Halligan 25.8K posts
- 20. MLB TV 2,233 posts