Joined December 2025
10 Photos and videos
Pinned Tweet
Built my first real Web3 project 👇 A multi-chain crypto wallet (ETH, SOL, BTC) 🔹Mnemonic-based wallet (BIP-39/44) 🔹Live balances send transactions 🔹UTXO handling for Bitcoin 🔹Custom UI Still early in Web3, but this helped a lot. #web3‌‌ #blockchain #cryptowallet
1
3
314
Today I learned how DeFi replaces banks with smart contracts. Unlike TradFi, DeFi is permissionless, transparent, and runs on deterministic code instead of centralized institutions. Also learned about “Money Legos” — how protocols can stack together to create complex systems.
2
18
Today I learned about smart wallets & EIP-7702. Normal wallets = user control but not programmable Smart wallets = programmable but extra setup EIP-7702 bridges this by letting your wallet act like a smart wallet temporarily. #Web3 #Ethereum #SmartWallets #EIP7702 #Blockchain
2
31
Today I learned about the “oracle problem” in blockchain. Blockchains can’t access real-world data on their own… that’s where oracles come in. But centralized oracles = single point of failure Solution? Decentralized Oracle Networks (DONs) like Chainlink 🔗 #Blockchain #Web3
3
37
Deployed my first token on testnet today using OpenZeppelin to write the crypto currency contract. What’s the FIRST thing you’d test on a fresh contract? #Web3 #Solidity #Ethereum #OpenZeppelin #BuildInPublic #Testnet #Blockchain
1
3
50
Building from scratch hits different. 🔥 Today I coded my own ERC-20 crypto without OpenZeppelin. Mind blown by the approve() trap: blocking 0 allowances traps users, no way to revoke DEX access. What's the toughest Solidity concept you've faced? #Web3 #Blockchain #Crypto
1
5
52
Most people think blockchain = crypto 💰 But it’s actually a masterclass in distributed systems How do you prevent double spending… WITHOUT a central authority? How do light clients verify transactions… WITHOUT downloading the full chain? Quick breakdown 👇 #Web3 #Blockchain
1
3
30
Most people use tokens on Ethereum but don’t realize this Early on, every token had different rules Apps had to write custom code for each one That doesn’t scale ERC20 fixed it with one shared standard Simple idea, massive impact #Ethereum #Web3 #LearnInPublic #Blockchain
2
5
66
ERC20 basically makes every token follow the same rules It lets apps use your tokens without owning them Also where things can go wrong if permissions are careless Do you think DeFi would exist like this without ERC20 #Crypto #DeFiDiscussion
3
33
What if voting systems were tamper-proof, transparent and fully on-chain? Just built my first Voting DApp in Solidity. From registering voters to preventing double voting and declaring a winner, all handled by a smart contract. #Solidity #Web3 #BuildInPublic #Dapp #Voting
1
4
62
Testing smart contracts completely changed my perspective today. The biggest takeaway is that testing is not about making the contract work. It is about trying your hardest to break it. What was your biggest lightbulb moment with security? #web3 #solidity #buildinpublic
3
5
53
Spent the day in Hardhat testing smart contracts Learned 'describe', 'it', 'expect' and wrote tests to break my code wrong payments out of stock edge cases Here is a look at the actual output.
2
33
I wrote a smart contract… and today I actually deployed it locally. That moment when code turns into something real >>> 👇 Started with Solidity basics Improved it using modifiers & inheritance Deployed using Hardhat Ignition ⚒️ #web3 #solidity #buildinpublic #hardhat
2
4
49
Code snippet from the deployment module 👇 Using Hardhat Ignition to deploy set initial price. Still figuring things out, but getting there.
2
28
You mistype one word in your 12-word seed phrase… wallet says “Invalid” instantly. But it works 100% offline. So who’s checking? It’s a tiny checksum hidden inside the phrase. Now I’m wondering: is such a small checksum really enough to catch errors? #web3 #blockchain #crypto
1
3
61
Built an upgraded Soda Machine smart contract in Solidity today. Applied: 🔹 mappings & struct for user state management 🔹 visibility keywords (public, external) 🔹 interacting with other contracts via interface 🔹 inheritance for pricing logic #Solidity #Web3 #BlockchainDev
2
40
Built a SodaMachine smart contract in Solidity today as a basic LLD exercise. Applied: 🔹 modifier for access control 🔹 require for validations 🔹 payable for ETH transactions 🔹 Contract balance & withdrawal logic 🔹 State management #Solidity #Web3 #BlockchainDev
3
45
Your Public Key and your Public Address are NOT the same thing. In fact, exposing your actual Public Key could make your wallet vulnerable to future Quantum Computer attacks. This is exactly why you should NEVER reuse a crypto address. 👇
1
2
36
Want to know the math behind this? I wrote a detailed blog explaining the quantum threat, how HD wallets protect us, and why Bitcoin's legacy addresses are built like a fortress. Protect your bags and read the mechanics here: medium.com/@ashishasmit0303/…
2
32