India’s IT ministry banned Telegram for one week because some users shared leaked exam questions.
This punishes 150M+ ordinary Telegram users in India — not the insiders who leaked the exam materials.
And the ban hasn't stopped anything. The leaks just moved to other apps.
i got the "Beta Tester" role in @StabilizerFi.
��This role is rewarded for those who participated in testing, shared feedback, and reported bugs during the beta phase
Built a DAO Voting Smart Contract in Solidity.
Features:
→ Proposal creation
→ Yes/No voting
→ One wallet = one vote
→ Voting deadline
→ Result system
Code on GitHub:
https://t.co/TfxuOkiaEE
#Solidity#Web3#Ethereum#Blockchain#DAO
Built a Crowdfunding Smart Contract in Solidity.
Features:
1. Donate ETH
2. Campaign deadline
3. Goal-based funding
Learned:
mapping, payable, msg.value, block.timestamp, call()
Code available on GitHub:
https://t.co/XDLgyTWgIx
#Solidity#Web3#Ethereum#Blockchain
Built a Crowdfunding Smart Contract in Solidity.
Features:
1. Donate ETH
2. Campaign deadline
3. Goal-based funding
Learned:
mapping, payable, msg.value, block.timestamp, call()
Code available on GitHub:
https://t.co/XDLgyTWgIx
#Solidity#Web3#Ethereum#Blockchain
Built a Solidity Admin Control Smart Contract #learningweb
Learned:
msg.sender
modifiers
access control
require()
Features:
Admin-only functions
Secret update system
Update counter
code available on github :
https://t.co/D5lEPq92d8
#Web3#Solidity#Ethereum#BlockchainDev
Built a Solidity Admin Control Smart Contract #learningweb
Learned:
msg.sender
modifiers
access control
require()
Features:
Admin-only functions
Secret update system
Update counter
code available on github :
https://t.co/D5lEPq92d8
#Web3#Solidity#Ethereum#BlockchainDev
Today I built a multi-signature wallet smart contract using Solidity. #learningweb3
Multiple owners support
→Transaction approval system
→ETH transfer execution after confirmations
→Used mappings, structs, modifiers & events
https://t.co/41x4NDOkAt
Today I built a multi-signature wallet smart contract using Solidity. #learningweb3
Multiple owners support
→Transaction approval system
→ETH transfer execution after confirmations
→Used mappings, structs, modifiers & events
https://t.co/41x4NDOkAt
Day 37
Built & pushed Auction Smart Contract. #learningweb3
Bidding system
Refund logic
State management
Fixed security issues
Now moving to deployment
#Solidity#Web3