Week 4 Update: Eth India Fellowship 3.0
hyp3r5pac3
Mar 6
This week’s challenges were quite open-ended and interesting. The first challenge was about multisig wallet. Learnt about meta transactions and off-chain signature-based shared wallet amongst different signers. In general, the transactions are processed on-chain. But this being a shared wallet, we used off-chain Signature-Based multi sig-wallet. Once the packed hash(packed hash (bytes32) is a way to represent a specific function call with its parameters as a single hash value) is generated, i...

Most popular by hyp3r5pac3

Week 4 Update: Eth India Fellowship 3.0

Week 4 Update: Eth India Fellowship 3.0

ParagraphParagraph

hyp3r5pac3

Written by
hyp3r5pac3

Building fun stuff

Subscribe

2025 Paragraph Technologies Inc

PopularTrendingPrivacyTermsHome
Search...Ctrl+K

hyp3r5pac3

Subscribe
Week 3 Update: Eth India Fellowship 3.0
hyp3r5pac3
Mar 6
Oh it’s already week 3! For the third week, I worked on two new challenges from the speedrun ethereum. For the first challenge, I worked on building a simple AMM, where I can swap a given token for Eth and also anyone can add liquidity to the pool. I learned a lot about Automated market makers (AMM) from this challenge and by going through the pre-reads. I have gone through Uniswap v1 and v2 and learned a lot from them. I am excited to go through the uniswap v3 blogs and codebase to learn mor...
Week 2 Update: EthIndia Fellowship 3.0
hyp3r5pac3
Feb 24
For the second week, I worked on two new challenges from speedrun Ethereum. I worked on Token Vendor and Dice Game challenge. Both challenges were more complex than the previous week's challenges. I learned a lot while attempting to solve them. While solving these challenges, I learned about the caveats and gas costs of executing low-level calls in solidity. I can feel myself getting more comfortable with writing smart contracts as I struggle with these challenges. I am excited about nex...
Eth India Fellowship 3.0 Week 1
hyp3r5pac3
Feb 10
The first week of EIF 3.0 was exciting. The week started with an online meeting with other fellows, mentors and the lovely folks from Devfolio. In the meeting, the fellowship's whole timeline was clearly explained; basically, the first four weeks are all about learning and diving deep into solidity. For the first week, I solved the first two challenges of Speedrun Ethereum by Austin Griffith. I had a great time solving those challenges. The first challenge was an NFT minting contract, wh...