<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>distroinfinity</title>
        <link>https://paragraph.com/@distroinfinity</link>
        <description>I travel and I write code.</description>
        <lastBuildDate>Wed, 22 Apr 2026 13:37:08 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>distroinfinity</title>
            <url>https://storage.googleapis.com/papyrus_images/655e7354513ab93a420c0606e73c95d99a6f9a853bbd16deb5c564ece2ed37d5.jpg</url>
            <link>https://paragraph.com/@distroinfinity</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Wrapping up EIF3.0]]></title>
            <link>https://paragraph.com/@distroinfinity/wrapping-up-eif3-0</link>
            <guid>2PKpP49ZknWdX8a71Yjz</guid>
            <pubDate>Thu, 06 Apr 2023 20:54:49 GMT</pubDate>
            <description><![CDATA[gm gm gm😄 And it&apos;s a wrap for the ETHIndia Fellowship🫡 I have to say that I am a bit overwhelmed that it&apos;s been 8 weeks already. In today’s post, I’ll be talking mostly about the project that I built during EIF and how things turned out, the current state of the project, and what I have in mind for the future. I’ll put up all the relevant links for you to check out right at the start in order to give you more context on the project. https://github.com/distroinfinity/pixie https://...]]></description>
            <content:encoded><![CDATA[<p>gm gm gm😄</p><p>And it&apos;s a wrap for the ETHIndia Fellowship🫡 I have to say that I am a bit overwhelmed that it&apos;s been 8 weeks already. In today’s post, I’ll be talking mostly about the project that I built during EIF and how things turned out, the current state of the project, and what I have in mind for the future.</p><p>I’ll put up all the relevant links for you to check out right at the start in order to give you more context on the project.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/distroinfinity/pixie">https://github.com/distroinfinity/pixie</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://devfolio.co/projects/pixie-881e">https://devfolio.co/projects/pixie-881e</a></p><p>Just to give you a quick brief about the project, I started building Pixie🦄 because I wanted to build something that facilitates a seamless experience of sharing files, allows users to have complete control over who has access to their files, and further provides the ability to monetise💰 their files. If you checkout the project, I might have been able to pull off some parts of it, but I think there’s still so much that can be done, and I feel I am in a good state to execute things from here, as I have way more context on how to proceed with it than I had at the beginning of the project.</p><p>In the current state of the project:</p><ul><li><p>You can store your files securely at a place (I call it the Pit)🕳️</p></li><li><p>Share access to a file with specific wallet addresses.</p></li><li><p>Add a paywall around your files by gating them with ERC1155 tokens🎟️</p></li></ul><p>There are several components to the project, and I&apos;d like to talk about them briefly:</p><p>The smart contract for the project was simple and clean enough to serve its purpose. The only thing I had on chain were file IDs for a user and the ability to mint specific ERC-20 tokens for a file. Other than that, all of the file and user data was stored in Polybase</p><p>The main logic for encrypting and decrypting and adding access control conditions to a file was handled via the Lighthouse SDK. I really like what they are doing, and I had a few interactions with people from their dev teams—really helpful and cool folks.</p><p>I want to keep building Pixie and get it into production as soon as possible, but before that, I’ll spend some time figuring out the product fit. I’ll try talking to people who would benefit from a solution like this and get their thoughts to improve my overall perception and possibilities for the project.</p><p>The entire build phase was nothing but a joyride for me. I had the time of my life building Pixie, making progress one step at a time.</p><p>wagmi🚀</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/89cf406d1c5f70461ed3fed1ce6ec4fe37cf8dba5df146dc72b31653362ec808.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>distroinfinity@newsletter.paragraph.com (distroinfinity)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/bba2e2d93001bc22b4062cee7a7fce2ce8d2bad7affeb902ac1e15b3e23eaeff.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[EthIndia Fellowship3.0  Week5]]></title>
            <link>https://paragraph.com/@distroinfinity/ethindia-fellowship3-0-week5</link>
            <guid>xIznxR5v1cfjuNJuZjd5</guid>
            <pubDate>Mon, 20 Mar 2023 16:45:41 GMT</pubDate>
            <description><![CDATA[gm xd Here&apos;s a new entry where I talk about my sixth work week at EIF 3.0⚙️ The sixth week was enjoyable because I spent the most of the time working on my project🦄, which attempts to give a method for sharing encrypted data through IPFS as well as possibilities for charging for file access. I started by creating the logic to encrypt files, and then I used Web3.storage to store the encrypted data to IPFS. I was encrypting data using the cryptoJS library&apos;s AES option. In a nutshell,...]]></description>
            <content:encoded><![CDATA[<p>gm xd</p><p>Here&apos;s a new entry where I talk about my sixth work week at EIF 3.0⚙️</p><p>The sixth week was enjoyable because I spent the most of the time working on my project🦄, which attempts to give a method for sharing encrypted data through IPFS as well as possibilities for charging for file access.</p><p>I started by creating the logic to encrypt files, and then I used Web3.storage to store the encrypted data to IPFS. I was encrypting data using the cryptoJS library&apos;s AES option. In a nutshell, I began with image and pdf files, transformed them into arrays, then word strings, and finally used an encryption key to run the AES over this string. This blog served as a source for me<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/chaintope-blogchain/encrypt-and-upload-an-image-file-to-ipfs-cac49fa3eb86">🔗</a></p><p>I then learned about <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.lighthouse.storage/">Lighthouse</a>, which already performs some of the file storage and sharing over IPFS that I was attempting. After giving it some thought, I choose to abandon my original method in favour of building on top of the Lighthouse. This choice turned out to be prudent because it allowed me to leverage Lighthouse&apos;s file sharing and access management features while concentrating more on the project&apos;s monetization. On this front, I have made a lot of work, and I am enthusiastic about the possibilities of Pixie.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/27787dc9d616e80221c5d736727165da3b329a6e0f37a9488b2982100c8dddc4.png" alt="A lil sneak peek of the current state of the project" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">A lil sneak peek of the current state of the project</figcaption></figure><p>I plan on finishing up most of the project functionality by this week. And devote the next week for revamping the UI and last tweaks and finishes.</p><p>wagmi🚀</p>]]></content:encoded>
            <author>distroinfinity@newsletter.paragraph.com (distroinfinity)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/0ddf5e83c6bed2a6fe728806a1ec3d15df4afe209de5c1cedccf765bb5fd78c4.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[EthIndia Fellowship3.0  Week4
]]></title>
            <link>https://paragraph.com/@distroinfinity/ethindia-fellowship3-0-week4</link>
            <guid>RHKmxCQkKww0DFlUJg4T</guid>
            <pubDate>Sat, 11 Mar 2023 09:55:46 GMT</pubDate>
            <description><![CDATA[gm builders🧑🏼‍💻 So I am back to sharing my EIF3.0 experience with you all. This week was filled with exciting events and work. I started working on my project and will be talking more about it later😀 We started the week with a discussion about DeFi💰 protocols. Each fellow was assigned a DeFi protocol and had to present it to the group. I was given the Timeswap protocol. Pretty cool project I must say. Timeswap is a fully decentralized AMM-based money market protocol on Ethereum. It is a ...]]></description>
            <content:encoded><![CDATA[<p>gm builders🧑🏼‍💻</p><p>So I am back to sharing my EIF3.0 experience with you all. This week was filled with exciting events and work. I started working on my project and will be talking more about it later😀</p><p>We started the week with a discussion about DeFi💰 protocols. Each fellow was assigned a DeFi protocol and had to present it to the group. I was given the Timeswap protocol. Pretty cool project I must say. </p><p>Timeswap is a fully decentralized AMM-based money market protocol on Ethereum. It is a non-custodial, immutable, censorship-resistant peer-to-pool protocol that works without oracles or liquidators.</p><p>One thing that stood out to me was how they reduced their dependency on the Oracles to determine things like interest rates and collateral multipliers on loans. You can find my presentation <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.google.com/presentation/d/1zKPI_0XmgaOsP5Wk4qP3M5HMhKU5wR0S0I5S33UpNgo/edit?usp=sharing">here🔗</a></p><p>There was also a very cool discussion on Defi with Samyak Jain (InstaDapp), <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/FrancescoRenziA">Francesco Renzi</a> (Superfluid) and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/arjunbhuptani">Arjun Bhuptani</a> (Connext).</p><p>After four weeks of finishing up the speedrun challenges, I have now finally started working on my project.</p><p>The project is called <strong>Pixie🦄</strong>. I have a thing for this name, and I tend to name most of my projects around it: pixiepop, pixieplay, and pixieclub, to name a few. Hahaha, I know it&apos;s a funny thing, but it is what it is.</p><p>Very briefly, the idea is to build a file sharing and storage platform on top of IPFS and allow users to manage access to their files with other wallet addresses, i.e., whether they want their data to be public or restrict access to some people. Later, also giving them the privilige to monetise their files, let&apos;s say token-gating them with NFTs or having their own creator tokens in order to access their files.</p><p>You can find the detailed project description <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twilight-crafter-0c1.notion.site/Pixie-975ef3e3f0a84880a9c90933da60cf00">here🔗</a></p><p>I have already started building it, and you can find the repo <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/distroinfinity/pixie">here🔗</a></p><p>Overall, Week 5 was a busy but exciting week at the ETHIndia Fellowship. I learned a lot about DeFi protocols. I am really hyped and thrilled to start building the project and can&apos;t wait to see it come to life.</p><p>lessgo🚀</p>]]></content:encoded>
            <author>distroinfinity@newsletter.paragraph.com (distroinfinity)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/6c959ae3f4b22fbf61ce15c6a4608cf198c444ef2b74f614ed548c03d417f341.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[EthIndia Fellowship3.0  Week3]]></title>
            <link>https://paragraph.com/@distroinfinity/ethindia-fellowship3-0-week3</link>
            <guid>A5clRhG77KeCdwh4k1fo</guid>
            <pubDate>Sat, 04 Mar 2023 10:48:56 GMT</pubDate>
            <description><![CDATA[gm buidlers🛠️ Here I am summarising my thoughts on yet another exciting week at EIF 3.0. As the Speedrun Ethereum tasks came to a conclusion this week with the completion of the 👛 Multisig Wallet Challenge and the 🎁 SVG NFT 🎫 Building Cohort Challenge, I began work on a capstone project for the fellowship🙌🏻 I&apos;m quite enthusiastic about my idea and have been wanting to build something like this for a while. The idea has received positive feedback from the mentors and other people wi...]]></description>
            <content:encoded><![CDATA[<p>gm buidlers🛠️</p><p>Here I am summarising my thoughts on yet another exciting week at EIF 3.0.</p><p>As the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://speedrunethereum.com/">Speedrun Ethereum</a> tasks came to a conclusion this week with the completion of the 👛 Multisig Wallet Challenge and the 🎁 SVG NFT 🎫 Building Cohort Challenge, I began work on a capstone project for the fellowship🙌🏻 I&apos;m quite enthusiastic about my idea and have been wanting to build something like this for a while. The idea has received positive feedback from the mentors and other people with whom I have discussed it. More to come about the project in the coming blogs xD</p><p>Moving on to things I worked on this week….</p><p><strong>👛 Multisig Wallet Challenge</strong></p><p>What is a Multisig, then? What it sounds like is precisely what it is.</p><p>A Multisig wallet is a wallet that adds an extra layer of protection by requiring many users to approve each transaction. Imagine it as a safe deposit box that can only be opened with two or more keys🔐. You might be in possession of one key, and a dependable friend or family member might be in possession of the others. To access the items inside the box and open it, all keys are required. Similar to this, a Multisig wallet may have a number of users, each of whom has a unique &quot;key&quot; or digital signature that must be present in order to approve a transaction. This might be you, your spouse or partner, a business partner, or other reliable people🧑🏻</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ff12d5e905bcb9bfea5042b7868265cfaf57e060c9bab869d272f35c3ceaa8d6.jpg" alt="add signer in a multisig" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">add signer in a multisig</figcaption></figure><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://distrospeedrun6.surge.sh/">https://distrospeedrun6.surge.sh/</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/distroinfinity/speedrun6">https://github.com/distroinfinity/speedrun6</a></p><p><strong>🎁 SVG NFT 🎫 Building Cohort Challenge</strong></p><p>The project was simple and interesting. I explored the possibility of storing NFT metadata and images on chain as encoded strings on chain. This was new to me all this time. I had only seen NFTs with their images pinned on IPFS and URIs attached to the NFTs. But here, we store TokenURIs and other data (name, description, attributes, etc.) for an NFT against their TokenIDs on chain and serve them dynamically from the smart contract on the frontend. Pretty cool!</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cd3a3c2dcfed4bdfcc482ca75772749ecdb5dfb1101b9b259532193611f0e239.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://distrospeedrun7.surge.sh/">https://distrospeedrun7.surge.sh/</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/distroinfinity/speedrun7">https://github.com/distroinfinity/speedrun7</a></p><p>Overall, the fourth week was fun and introduced me to new, cool things. I implemented things on my own, a little less mostly because I was playing around with the existing stuff, but nonetheless, it is always fun tinkering!</p><p>wagmi🚀</p>]]></content:encoded>
            <author>distroinfinity@newsletter.paragraph.com (distroinfinity)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/b3441d16e861977d486ea74d100f61ab9337b7df59f276a6dffc9637da5d0458.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[EthIndia Fellowship3.0  Week1 n Week2]]></title>
            <link>https://paragraph.com/@distroinfinity/ethindia-fellowship3-0-week1-n-week2</link>
            <guid>KyArln5LPxgJImladpZp</guid>
            <pubDate>Sat, 25 Feb 2023 10:01:13 GMT</pubDate>
            <description><![CDATA[gm buidlers⚙️ Back at penning down my experience at EIF3.0, got some exciting updates xD My second and third weeks have decided to team up. I should warn you, this might be a bit of a marathon, but fear not - I&apos;ll do my best to keep it brisk and buoyant. Let’s roll!🫡 I must say, the second and third weeks were quite exciting. During this time, I had the opportunity to work on four different projects that allowed me to explore various new concepts and technologies related to decentralize...]]></description>
            <content:encoded><![CDATA[<p>gm buidlers⚙️</p><p>Back at penning down my experience at EIF3.0, got some exciting updates xD</p><p>My second and third weeks have decided to team up. I should warn you, this might be a bit of a marathon, but fear not - I&apos;ll do my best to keep it brisk and buoyant. Let’s roll!🫡</p><p>I must say, the second and third weeks were quite exciting. During this time, I had the opportunity to work on four different projects that allowed me to explore various new concepts and technologies related to decentralized applications and the Ethereum ecosystem. Overall, it was a lil challenging yet fulfilling experience that helped me grow as a developer. Here goes the gist of all the projects shipped in the last two weeks</p><p><strong>🏵 Token Vendor:</strong> The first project I worked on was a token vendor, which allowed me to mint my own ERC-20 tokens and then buy and sell them through the vending machine itself. This project was particularly exciting because it gave me a taste of what it&apos;s like to create and manage my own cryptocurrency💲 Through this project, I gained a deeper understanding of tokenomics, and in particular, the key takeaways were the &quot;approve&quot; pattern for ERC20s and how contract to contract📝 interactions work</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/be77d98a897a9a6cc3ec14c895cab9364e56d8a5de21ac87ae1926f9fd9680ca.jpg" alt="Vending Machine" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Vending Machine</figcaption></figure><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://speedrundistro2.surge.sh/">https://speedrundistro2.surge.sh/</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/distroinfinity/speedrun2">https://github.com/distroinfinity/speedrun2</a></p><p>🎲 <strong>Dice Game:</strong> The second project I worked on was hacking a dice game program, which allowed me to identify vulnerabilities in generating randomness using the block hash and how this is a weak form of randomness.. This Speedrun taught me the importance of security and how even small flaws in code can have significant consequences🧑🏼‍💻</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/003d79555b674c79196ec9857011ecca81c3b32c7d5cfdc99ff6bf3a24b4e53a.jpg" alt="Dice Roll" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Dice Roll</figcaption></figure><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://distrospeedrun3.surge.sh/">https://distrospeedrun3.surge.sh/</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/distroinfinity/speedrun3">https://github.com/distroinfinity/speedrun3</a></p><p>This concludes the second week, let&apos;s roll into the third week. Things are starting to level up a bit from here.</p><ol><li><p><strong>⚖️ DEX Challenge:</strong> The third project I worked on was building a decentralized exchange (DEX), which allowed me to explore the concepts of DeFi and liquidity pools. Through this project, I gained a deeper understanding of how decentralized exchanges work and the role they play in the web3 economy. I also learned how to design and deploy smart contracts for a DEX, which is a valuable skill in the blockchain industry. Digged into the math of how Uniswap maintains liquidity📉</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/94a7a1b17e25737f66e30ce62f260d6e57b173010f68c877caa25e6dd826c2bd.jpg" alt="mathMagic" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">mathMagic</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1ab94f88a3a98539e81701ea86803a23a35d03b38aae0d4d249294e7377404f1.jpg" alt="DEX with a x\*y=k curve" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">DEX with a x\*y=k curve</figcaption></figure><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://distrospeedrun4.surge.sh/">https://distrospeedrun4.surge.sh/</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/distroinfinity/speedrun4">https://github.com/distroinfinity/speedrun4</a></p><p><strong>📺 A State Channel Application:</strong> The final project I worked on was a state channel application, which I had no idea about before starting the challenge. This project taught me the importance of scalability and how state channels can be used to reduce transaction costs and improve the user experience. Through this project, I gained a deeper understanding of how state channels work and how they can be used in different applications. I already have a couple exciting ideas that could leverage state channels and offload the load of Ethereum🕸️🕸️🕸️</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/27e425a84f79ac86e7cdb4598482287e87b9f31ef536174ff0bc3ad69cfa55dd.jpg" alt="State Channel - The service consumer end" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">State Channel - The service consumer end</figcaption></figure><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://distrospeedrun5.surge.sh/">https://distrospeedrun5.surge.sh/</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/distroinfinity/speedrun5">https://github.com/distroinfinity/speedrun5</a></p><p>Overall, the second and third weeks at the EthIndia fellowship were some of the most rewarding and fulfilling times of my experience. Through building these projects and learning about new concepts, I was able to significantly expand my knowledge and skills. I look forward to continuing my journey in the Web3 ecosystem and exploring new opportunities for growth and learning.  WAGMI🚀</p>]]></content:encoded>
            <author>distroinfinity@newsletter.paragraph.com (distroinfinity)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/de692183a17ed05f71a999b236cd059a55d86d8816cd834d2f3fb64870e2cb06.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[EthIndia Fellowship3.0   Week0]]></title>
            <link>https://paragraph.com/@distroinfinity/ethindia-fellowship3-0-week0</link>
            <guid>nBo1vu32n8UDnfSw22N2</guid>
            <pubDate>Fri, 10 Feb 2023 15:22:55 GMT</pubDate>
            <description><![CDATA[gm buidlers🛠️ I am writing to share my experience and progress during the first week of my ETHIndia fellowship. It has been an incredibly productive and exciting time, and I am already having fun learning and buidling ⚙️ The fellowship kicked off with a briefing from the Devfolio team to get a sense of what we would be working on in the coming weeks, and in the same meeting, I had a chance to meet and interact with other fellows and EIF3.0 mentors. On the same day, the very first workshop th...]]></description>
            <content:encoded><![CDATA[<p>gm buidlers🛠️</p><p>I am writing to share my experience and progress during the first week of my ETHIndia fellowship. It has been an incredibly productive and exciting time, and I am already having fun learning and buidling ⚙️</p><p>The fellowship kicked off with a briefing from the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/devfolio">Devfolio</a> team to get a sense of what we would be working on in the coming weeks, and in the same meeting, I had a chance to meet and interact with other fellows and EIF3.0 mentors. On the same day, the very first workshop that I attended was by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/austingriffith">Austin Griffith</a>, which gave us an introduction to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.scaffoldeth.io/scaffold-eth/">Scaffold-ETH</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://speedrunethereum.com/">SpeedrunEthereum</a>. I have been following Austin for a while now, love his energy xD. Here&apos;s a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/playlist?list=PLar2Ti_Qchk6aRRWs0gc4yc10yV6b8em4">playlist</a> with all the workshops.</p><p>Throughout the week, I worked on the following two projects:</p><ol><li><p>🎟 Simple NFT Example: The project&apos;s goal was to delve deeper into NFTs and learn the fundamentals of Scaffold-Eth. Scaffold-Eth uses 👷‍♀️ <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hardhat.org/">HardHat</a> under the hood to compile and deploy smart contracts. 🌟 The final app lets users mint, purchase and transfer NFTs.</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/35afce8ca4464faa12045b1c8f8fe1deda1cc5872b90ce93af2c4364687839ed.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Look it up at:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://speedrundistro0.surge.sh/">https://speedrundistro0.surge.sh/</a></p><p>Github repo:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/distroinfinity/speedrun0">https://github.com/distroinfinity/speedrun0</a></p><ol><li><p>🥩 Decentralized Staking App: This is a decentralised application where users can coordinate a group funding effort. If the users cooperate, the money is collected in a second smart contract. If they defect, the worst that can happen is that everyone gets their money back. The users only have to trust the code.</p><p>Defi is one area in which I am really interested in and eager to learn more🦸</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/408da4e43e9638fbaeaefeeb7fe1c4ce6756f6687f0d2531f55f7f2f59b29456.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Look it up at:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://speedrundisto1.surge.sh/">https://speedrundisto1.surge.sh/</a></p><p>Github repo:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/distroinfinity/speedrun1">https://github.com/distroinfinity/speedrun1</a></p><p>Smart contracts📝 for both projects were deployed to the Goerli testnet, and the client sides were React apps with prebuilt Ethereum components and hooks, hosted on a public web server via Surge!</p><p>SpeedrunEthereum provides you with a Scaffold-eth starter <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/scaffold-eth/scaffold-eth">repo</a>, which can be used to tinker and build on top. In my opinion, it&apos;s a great way to get started and accelerate your solidity learning curve, as scafold-eth takes care of the housekeeping stuff for you.</p><p>Also, I received this cool SBT from the DevFolio team.🫡</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/0xfE8321Df99317C365797c4f95C2dbd9BeEC8C694/6">https://opensea.io/assets/0xfE8321Df99317C365797c4f95C2dbd9BeEC8C694/6</a></p><p>I am really happy with my development over the first week of my fellowship and I&apos;m having a great time. The environment is encouraging and welcoming, and I get the impression that I am part of a community where people are striving for the same thing. The experience is now motivating and enjoyable, and I am eager to see what the upcoming weeks will offer.</p><p>wagmi🚀</p>]]></content:encoded>
            <author>distroinfinity@newsletter.paragraph.com (distroinfinity)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c37d2ce00d827b23c0619e9d9eef02ca6103ec9f8859ddbe95fdbf5eb6177df7.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>