#smartcontractdev search results
๐ ChainIDE is more than an IDE โ it's your smart contract operations center: ๐ฆ Import existing code ๐ง Refactor with AI ๐งช Compile and debug ๐ Deploy, verify, and interact All in-browser. All multichain. #ChainIDE #Web3Tools #SmartContractDev
#SmartContractDev Day 19 โ Wrapped up the ZKsync MinimalAccount project! ๐ New Chapter: Introduction to DAOs. ๐ ๏ธ Built a basic DAO from the ground up using Foundry.
Agglayer is a decentralized network that enables seamless interoperability between various layer 1 blockchains, sidechains, and layer 2 scaling solutions! A connected blockchain future! #Agglayer #SmartContractdev #dapp #Web3 #dev #Blockchain #interoperability #Decentralized
Upgrades in Web3 usually = pain. Casper 2.0 said: โ Version control โ Contract evolution โ Transparent governance All natively built in. #SmartContractDev #CasperUpgrade @Casper_Network @binance
#SmartContractDev Day 20 Introuduction to smart contract security and auditing learnt the various methods used in auditing such as manual review, fuzz testing, static analysis and formal verification Intro to symbolic execution Finally completed the advanced foundry course ๐
#SmartContractDev Day 12 โข Built an upgradeable calculator (V1 โ V3) on Remix: SimpleProxy โ CalculatorV1 โ V2 โ V3 Tested seamless upgrades via delegateCall โข New Frontier: Started exploring Account Abstraction (ERC-4337) ๐
#SmartContractDev Day 14 ๐ Diving Deep into Account Abstraction (ERC-4337) โข Built a minimal AA smart contract โข Explored packed UserOperations (gas efficiency wins!) โข Studied the EntryPoint contractโs role as the AA traffic cop
Included in the "What Irene wants as 2023 birthday gift" we have: - Lisbon trip + @ETHLisbon hacker ticket See you next week Lisbooon ๐ #smartcontractdev #womeninweb3 #ETHLisbon
Smart contracts. Real impact. We code secure, gas optimized contracts that power your platform. #SmartContractDev #Ethereum #Solidity #BlockchainApps
#SmartContractDev Day 18 ZKsync MinimalAccount is built.๐ ๏ธ Now putting it through the wringer with tests.
#SmartContractDev Day 4: โ Finished pool test config โ Set up bridge function test โ ๏ธ Hit a snag: ZeroAddressNotAllowed() reverts Debugging: โข Tracing Vault deploy script interactions โข Verifying all address initializations #Solidity #Web3
#SmartContractDev Day 17 โ Major milestone: MinimalAccount live on testnet! โข Streamlined UserOperation flow for local & testnet dev โข Core Ethereum AA implementation tested & functional โข Now porting to ZKsync (almost complete)
Its a wrap on #Solidity101 with @0xHemaKarthick @dev3pack Todayโs topics: โ Modifiers โ constant vs immutable โ Custom Errors โ fallback() vs receive() What a ride! From msg.sender to gas-optimized smart contracts -feeling supercharged! #Web3 #SmartContractDev #BuildInPublic
Me: Iโm loyal to Hardhat, Foundry, and Anchor. Clarinet: Strolls in with glassy execution, silky debugging, and testnets on demand. Also me: ๐ So..what's Stacks again? In a world of noise, Clarinet just makes music. #WhyILoveClarinet #SmartContractDev #Stacks #ZeroAuthorityDAO
Berkat suka edit scrpt pyhton dulu di hp nokia symbian ketupat, jd liat script smart contrat srasa liat scrip python anjir lol ternyata berguna juga belajar edit script python tempoe dulu ๐ ๐ ๐ #XpertFutureAnalyz #SmartContractDev
#SmartContractDev Day 10 โ Airdrop System Complete! โข Built secure claiming script โข Implemented signature splitting (v/r/s) โข Tested spoofing: Claimed airdrop via Anvil default keys ๐โ๐ญ ๐ฅ New Challenge: โข Began Upgradeable Smart Contracts #Ethereum #SmartContracts
We have a new job listing on jobs3.io ๐ผ @SwitcheoLabs is hiring a Blockchain & Smart Contract Engineer ๐ jobs3.io/job/blockchainโฆ ๐ Remote ๐ต $100k-$149k #Jobs3 #web3jobs #Smartcontractdev
6/ Real World Programmability means building smart contracts that can sleep, loop, and resume onchain. Event-driven logic and RISC-V architecture unlock powerful new developer abilities for complex decentralized apps. #SmartContractDev #RISC_V
Day 1: Smart contract development Today I leart about blockchain fundamentals, smart contracts, EVM, wallet creation and management, blockchain security principles and exploring Blockchain technologies and architecture. #blockchain #smartcontractdev #updraft #cyfrin
Hello there My name is Sarah. I'm a frontend developer and a Web3 enthusiast. I'm would be documenting my journey as a Solidity & Smart contract developer on this platfrom from now on. I'll share what i learn and the projects i build along the way. Ride with me๐ค
๐ ChainIDE is more than an IDE โ it's your smart contract operations center: ๐ฆ Import existing code ๐ง Refactor with AI ๐งช Compile and debug ๐ Deploy, verify, and interact All in-browser. All multichain. #ChainIDE #Web3Tools #SmartContractDev
The future belongs to builders. Whether you want to create the next big DeFi protocol, launch your own NFT collection, or just understand how blockchain really works - Base Learn is your launchpad to success! ๐ฏ #BuildOnBase #SmartContractDev #Base #BlockchainEducation
Smart contracts. Real impact. We code secure, gas optimized contracts that power your platform. #SmartContractDev #Ethereum #Solidity #BlockchainApps
@xos_labs Deployed a contract on XOS. Now I just need to deploy some patience while I wait for the airdrop ๐ #XOS #SmartContractDev"
#SmartContractDev Day 20 Introuduction to smart contract security and auditing learnt the various methods used in auditing such as manual review, fuzz testing, static analysis and formal verification Intro to symbolic execution Finally completed the advanced foundry course ๐
#SmartContractDev Day 19 โ Wrapped up the ZKsync MinimalAccount project! ๐ New Chapter: Introduction to DAOs. ๐ ๏ธ Built a basic DAO from the ground up using Foundry.
READ DOCS! READ DOCS! READ DOCS! It saves you a whole lot of unnecessary troubleshooting that leads nowhere ๐๐ It was a me issue after-all #solidity #smartcontractdev
#SmartContractDev Day 18 ZKsync MinimalAccount is built.๐ ๏ธ Now putting it through the wringer with tests.
#SmartContractDev Day 17 โ Major milestone: MinimalAccount live on testnet! โข Streamlined UserOperation flow for local & testnet dev โข Core Ethereum AA implementation tested & functional โข Now porting to ZKsync (almost complete)
#SmartContractDev Day 15** โข Built the execute function โข Completed deployment script โข Started writing tests
#SmartContractDev Day 14 ๐ Diving Deep into Account Abstraction (ERC-4337) โข Built a minimal AA smart contract โข Explored packed UserOperations (gas efficiency wins!) โข Studied the EntryPoint contractโs role as the AA traffic cop
Add a task with addTask()! Enter a description (e.g., 'Conflux Hackathon'), and itโs saved. A TaskAdded event tracks it. Deployed with Remix on Conflux! ๐ ๏ธ #SmartContractDev
#SmartContractDev Day 12 โข Built an upgradeable calculator (V1 โ V3) on Remix: SimpleProxy โ CalculatorV1 โ V2 โ V3 Tested seamless upgrades via delegateCall โข New Frontier: Started exploring Account Abstraction (ERC-4337) ๐
๐ ChainIDE is more than an IDE โ it's your smart contract operations center: ๐ฆ Import existing code ๐ง Refactor with AI ๐งช Compile and debug ๐ Deploy, verify, and interact All in-browser. All multichain. #ChainIDE #Web3Tools #SmartContractDev
Included in the "What Irene wants as 2023 birthday gift" we have: - Lisbon trip + @ETHLisbon hacker ticket See you next week Lisbooon ๐ #smartcontractdev #womeninweb3 #ETHLisbon
Its a wrap on #Solidity101 with @0xHemaKarthick @dev3pack Todayโs topics: โ Modifiers โ constant vs immutable โ Custom Errors โ fallback() vs receive() What a ride! From msg.sender to gas-optimized smart contracts -feeling supercharged! #Web3 #SmartContractDev #BuildInPublic
Refocusing and getting back to the basics. Studying #Solidity at least one hour every day. #SelfTaught #SmartContractDev #ChangeStartsSmall #ChangeStartsWithU
Add a task with addTask()! Enter a description (e.g., 'Conflux Hackathon'), and itโs saved. A TaskAdded event tracks it. Deployed with Remix on Conflux! ๐ ๏ธ #SmartContractDev
Upgrades in Web3 usually = pain. Casper 2.0 said: โ Version control โ Contract evolution โ Transparent governance All natively built in. #SmartContractDev #CasperUpgrade @Casper_Network @binance
Agglayer is a decentralized network that enables seamless interoperability between various layer 1 blockchains, sidechains, and layer 2 scaling solutions! A connected blockchain future! #Agglayer #SmartContractdev #dapp #Web3 #dev #Blockchain #interoperability #Decentralized
#SmartContractDev Day 19 โ Wrapped up the ZKsync MinimalAccount project! ๐ New Chapter: Introduction to DAOs. ๐ ๏ธ Built a basic DAO from the ground up using Foundry.
Web3 Smart Contracts are your leading character to cutting-edge creation! #DeFi #NFTs #SmartContractDev #BlockchainInnovation
Me: Iโm loyal to Hardhat, Foundry, and Anchor. Clarinet: Strolls in with glassy execution, silky debugging, and testnets on demand. Also me: ๐ So..what's Stacks again? In a world of noise, Clarinet just makes music. #WhyILoveClarinet #SmartContractDev #Stacks #ZeroAuthorityDAO
#SmartContractDev Day 12 โข Built an upgradeable calculator (V1 โ V3) on Remix: SimpleProxy โ CalculatorV1 โ V2 โ V3 Tested seamless upgrades via delegateCall โข New Frontier: Started exploring Account Abstraction (ERC-4337) ๐
#SmartContractDev Day 14 ๐ Diving Deep into Account Abstraction (ERC-4337) โข Built a minimal AA smart contract โข Explored packed UserOperations (gas efficiency wins!) โข Studied the EntryPoint contractโs role as the AA traffic cop
#SmartContractDev Day 18 ZKsync MinimalAccount is built.๐ ๏ธ Now putting it through the wringer with tests.
#SmartContractDev Day 4: โ Finished pool test config โ Set up bridge function test โ ๏ธ Hit a snag: ZeroAddressNotAllowed() reverts Debugging: โข Tracing Vault deploy script interactions โข Verifying all address initializations #Solidity #Web3
#SmartContractDev Day 20 Introuduction to smart contract security and auditing learnt the various methods used in auditing such as manual review, fuzz testing, static analysis and formal verification Intro to symbolic execution Finally completed the advanced foundry course ๐
Berkat suka edit scrpt pyhton dulu di hp nokia symbian ketupat, jd liat script smart contrat srasa liat scrip python anjir lol ternyata berguna juga belajar edit script python tempoe dulu ๐ ๐ ๐ #XpertFutureAnalyz #SmartContractDev
#SmartContractDev Day 17 โ Major milestone: MinimalAccount live on testnet! โข Streamlined UserOperation flow for local & testnet dev โข Core Ethereum AA implementation tested & functional โข Now porting to ZKsync (almost complete)
Back to #SmartContractDev after a break! ๐ฏ Update: โ Finished Decentralized Stable Coin ๐ Started Cross-chain Rebase Token Project ๐ Learned: How rebase tokens work cross-chain ๐ป Built: RebaseToken + Vault contracts + interface ๐งช Next: Writing tests (TDD FTW!)
Something went wrong.
Something went wrong.
United States Trends
- 1. Megyn Kelly 21K posts
- 2. Senator Fetterman 13K posts
- 3. Vine 22.4K posts
- 4. CarPlay 3,680 posts
- 5. #NXXT_JPMorgan N/A
- 6. Osimhen 85.5K posts
- 7. Cynthia 104K posts
- 8. Black Mirror 4,529 posts
- 9. Padres 28.2K posts
- 10. Katie Couric 8,042 posts
- 11. #WorldKindnessDay 15.8K posts
- 12. Woody Johnson 1,262 posts
- 13. Gabon 115K posts
- 14. Sheel N/A
- 15. Bonhoeffer 4,366 posts
- 16. #LoveDesignEP7 226K posts
- 17. Alina Habba 1,611 posts
- 18. VOTAR NO 25.9K posts
- 19. Ariana 86.8K posts
- 20. V-fib N/A