<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: William Doom</title>
    <description>The latest articles on DEV Community by William Doom (@itsthedoom).</description>
    <link>https://dev.to/itsthedoom</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F370074%2F6521ef9d-16da-4872-8c25-5da6feb7f7f7.jpg</url>
      <title>DEV Community: William Doom</title>
      <link>https://dev.to/itsthedoom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/itsthedoom"/>
    <language>en</language>
    <item>
      <title>Decreasing Frictions in DeFi Hackathon</title>
      <dc:creator>William Doom</dc:creator>
      <pubDate>Mon, 29 May 2023 02:37:06 +0000</pubDate>
      <link>https://dev.to/itsthedoom/decreasing-frictions-in-defi-hackathon-44am</link>
      <guid>https://dev.to/itsthedoom/decreasing-frictions-in-defi-hackathon-44am</guid>
      <description>&lt;p&gt;0x, Family, Polygon Labs, and AWS are excited to invite you to participate in our “Decreasing Frictions in DeFi” hackathon, an online hackathon where builders can showcase their innovations to solve real-world financial frictions.&lt;/p&gt;

&lt;p&gt;“Decreasing Frictions in DeFi” brings together a group of sponsors whose tools work synergistically to help DeFi builders and teams of all sizes to bring their ideas to reality. We are looking for novel financial applications that use ERC20 token swaps to solve real-world financial frictions.&lt;/p&gt;

&lt;p&gt;A total of &lt;strong&gt;$30,000&lt;/strong&gt; in prizes ($10,000 USD +$20,000 AWS credits) will be up for grabs!&lt;/p&gt;

&lt;p&gt;In addition to prizes, we will be showcasing the top 3 winners on 0x’s marketing channels! This is a great opportunity to gain exposure and take your project to the next level.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prize Pool
&lt;/h2&gt;

&lt;p&gt;In short, there is a MACI Quadratic Funding prize pool totaling $10,000, plus three winning projects will receive $20,000 AWS credits for a total of $30,000 worth of prizes.&lt;/p&gt;

&lt;p&gt;0x + Family + Polygon: $10,000 USD Quadratic Funding Pool&lt;br&gt;
AWS 1st Place: $10,000 in AWS credits&lt;br&gt;
AWS 2nd Place: $5,000 in AWS credits&lt;br&gt;
AWS 3rd Place: $5,000 in AWS credits&lt;br&gt;
‍&lt;/p&gt;

&lt;h2&gt;
  
  
  Schedule
&lt;/h2&gt;

&lt;p&gt;Over the course of the hackathon, we will be holding virtual workshops on building with 0x. For more information on workshops, check out the full schedule.&lt;/p&gt;

&lt;p&gt;June 2 - July 2: Hackathon starts and submission period begins&lt;br&gt;
July 2: Hackathon ends at 11:59PM PT&lt;br&gt;
July 3 -July 7: Review and Judging&lt;br&gt;
July 10: Winners announced&lt;br&gt;
‍&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Join
&lt;/h2&gt;

&lt;p&gt;Step 1: Read through the requirements 📖&lt;br&gt;
Step 2: Fill out the signup form 📝&lt;br&gt;
Step 3: Join 0x Discord. After you submit the form, you will be added to the #defi-2023-hackathon channel to coordinate 🤘&lt;br&gt;
Step 4: All team members should register on DoraHacks ✅&lt;br&gt;
Step 4. Attend the workshops and build your projects 🌱&lt;br&gt;
Step 5: Submit your entry with all teammates included via DoraHacks based on the submission requirements and judging criteria 🤖&lt;br&gt;
‍&lt;br&gt;
&lt;a href="https://dorahacks.io/hackathon/decreasing-frictions-in-defi/detail"&gt;Click here to register!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We are looking forward to meeting all the builders and seeing what novel financial applications you build to help solve real-world financial frictions!&lt;/p&gt;

</description>
      <category>hackathon</category>
      <category>developers</category>
      <category>programming</category>
      <category>blockchain</category>
    </item>
    <item>
      <title>OpenSea Stream API a NEW Websocket-based Service</title>
      <dc:creator>William Doom</dc:creator>
      <pubDate>Fri, 06 May 2022 02:09:50 +0000</pubDate>
      <link>https://dev.to/itsthedoom/opensea-stream-api-a-new-websocket-based-service-fa8</link>
      <guid>https://dev.to/itsthedoom/opensea-stream-api-a-new-websocket-based-service-fa8</guid>
      <description>&lt;p&gt;⚡️ Today OpenSea is launching a beta version of the Stream API, a new websocket-based service that enables developers to receive events as they occur across our marketplace.&lt;/p&gt;

&lt;p&gt;We’ve built the Stream API to support a range of use cases that rely on dynamic data, such as price fluctuation, listings, bids and ownership changes. Instead of polling for updates, you subscribe to receive events as they occur.&lt;/p&gt;

&lt;p&gt;Developer docs: &lt;a href="https://docs.opensea.io/reference/stream-api-overview"&gt;https://docs.opensea.io/reference/stream-api-overview&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Stream API makes it easier to build new features such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Push notifications to alert people when they receive new bids&lt;/li&gt;
&lt;li&gt;Activity feed that provides a timelines of sales from a collection&lt;/li&gt;
&lt;li&gt;Real-time dashboard that visualizes key trends and metrics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We’ve created a JavaScript SDK to manage connections and subscriptions to the Stream API and its events: &lt;a href="https://github.com/ProjectOpenSea/opensea-stream-js-sdk"&gt;https://github.com/ProjectOpenSea/opensea-stream-js-sdk&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And a example where we’ve used the Stream API to send events to a Discord webhook: &lt;a href="https://github.com/ProjectOpenSea/opensea-stream-discord-webhook"&gt;https://github.com/ProjectOpenSea/opensea-stream-discord-webhook&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To learn more, check out our blog post: &lt;a href="https://nft.mirror.xyz/HhXSvsS7ZhVns6FuJB1rUGP53gW-qDVCv5gfx9cDGco"&gt;https://nft.mirror.xyz/HhXSvsS7ZhVns6FuJB1rUGP53gW-qDVCv5gfx9cDGco&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Reach out on &lt;a href="https://discordapp.com/channels/397566282729390110/434175585745633280"&gt;Discord&lt;/a&gt; if you have any questions, issues or feedback.  &lt;/p&gt;

&lt;p&gt;We can’t wait to see what you build!🏗️&lt;/p&gt;

</description>
      <category>nft</category>
      <category>blockchain</category>
      <category>api</category>
      <category>web3</category>
    </item>
    <item>
      <title>Hello NFT World Virtual Hackathon</title>
      <dc:creator>William Doom</dc:creator>
      <pubDate>Sat, 02 Apr 2022 11:06:05 +0000</pubDate>
      <link>https://dev.to/itsthedoom/hello-nft-world-virtual-hackathon-nk</link>
      <guid>https://dev.to/itsthedoom/hello-nft-world-virtual-hackathon-nk</guid>
      <description>&lt;p&gt;Join &lt;a href="https://opensea.io/"&gt;OpenSea&lt;/a&gt; and &lt;a href="https://replit.com/"&gt;Replit&lt;/a&gt; for the &lt;a href="https://nft.replit.com/"&gt;Hello NFT World&lt;/a&gt; 🌐 &lt;strong&gt;virtual hackathon.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Registration is now open, sign up and get ready to BUIDL for your shot at $45K in prizes. 💰 Hack From your Home 🏡&lt;br&gt;
&lt;strong&gt;Hello NFT World&lt;/strong&gt; is exclusively online. So find your comfiest pair of sweatpants and start hacking.&lt;/p&gt;

&lt;p&gt;This Hackathon is supported by &lt;a href="https://dorahacks.io/hackathon/19/detail"&gt;DoraHacks&lt;/a&gt;, one of the leading Hackathon organizers! Partners include &lt;a href="https://buildspace.so/"&gt;buildspace&lt;/a&gt; and &lt;a href="https://infura.io/"&gt;Infura&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The Hackathon aims to encourage the advancement of web3, bringing together creators, artists, developers, and entrepreneurs to create innovative web3 NFT Projects. &lt;/p&gt;

&lt;p&gt;Explore concepts like NFT DeFi, peer-to-peer renting of NFTs, innovating on what NFTs can do, or new types of NFT utility applications.&lt;/p&gt;

&lt;p&gt;Each team is required to develop a web3 NFT project aligning to one of the four tracks:&lt;br&gt;
🕹️Gaming and Metaverse&lt;br&gt;
🚀Onboarding for All&lt;br&gt;
🎨Most Creative&lt;br&gt;
🐸Most Hilarious&lt;/p&gt;

&lt;p&gt;📆Timeline: &lt;br&gt;
📝Registration period: March 10, 2022 – April 7, 2022 &lt;a href="https://nft.replit.com/"&gt;Register Here&lt;/a&gt;&lt;br&gt;
🏗️Hackathon kick-off: April 7, 2022 Join us on Twitch for the LIVE Kickoff on April 7th at 3 PM PST. &lt;a href="https://www.twitch.tv/repl_it"&gt;https://www.twitch.tv/repl_it&lt;/a&gt;&lt;br&gt;
🚚Submission deadline: April 14th, 11:59 PM PST&lt;br&gt;
⚖️Judging period: April 15, 2022 – April 18, 2022&lt;/p&gt;

&lt;p&gt;🥳Winners Announced: April 19, 2022🏆&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tracks to #BUIDL&lt;/strong&gt;💡&lt;br&gt;
🕹️&lt;strong&gt;Gaming and Metaverse&lt;/strong&gt; Hop on board, fam; we are about to save the world." The future of the metaverse is in your hands. Look at digital identity through different angles such as blockchain, NFTs, Lootboxes, art, design, data, or anything you could imagine as part of the virtual world.&lt;/p&gt;

&lt;p&gt;🚀&lt;strong&gt;Onboarding for All&lt;/strong&gt; Create an application or tool to improve the user experience of minting or owning NFTs. The best projects will put creators and users first in their designs and seek to solve friction points prevalent in the NFT ecosystem today.&lt;/p&gt;

&lt;p&gt;🎨&lt;strong&gt;Most Creative&lt;/strong&gt; Does creativity ooze from your ideas? If so, show off your talents by creating an imaginative NFT project or new application.&lt;/p&gt;

&lt;p&gt;🐸&lt;strong&gt;Most Hilarious&lt;/strong&gt; Knock, Knock. Who’s there? The funniest NFT is waiting to happen!” If you're a jokester or class clown, this prize is perfect for you. (seize the memes of production).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FAQ&lt;/strong&gt; 🤔&lt;br&gt;
&lt;strong&gt;Where do I register&lt;/strong&gt; 👉 Replit &amp;amp; OpenSea Hackathon page &lt;a href="https://nft.replit.com/"&gt;https://nft.replit.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I am flying solo/Looking to join a team.&lt;/strong&gt; Find a team on the &lt;a href="https://discordapp.com/channels/397566282729390110/955549086000508969"&gt;#hello-nft-world-find-a-team-channel&lt;/a&gt; Discord. Create a post telling us a bit about what you are interested in:&lt;br&gt;
        1. What skills do you have?&lt;br&gt;
        2. What do you want to learn?&lt;br&gt;
Have an idea? Pitch it here so that people looking for teams and projects can tag you to connect!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;New to web3?&lt;/strong&gt; Blockchain &amp;amp; Ethereum onboarding. It is essential to know the fundamentals.👇&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What is Blockchain? &lt;a href="https://blockgeeks.com/guides/what-is-blockchain-technology/"&gt;https://blockgeeks.com/guides/what-is-blockchain-technology/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;How does Ethereum work anyways? &lt;a href="https://medium.com/@preethikasireddy/how-does-ethereum-work-anyway-22d1df506369"&gt;https://medium.com/@preethikasireddy/how-does-ethereum-work-anyway-22d1df506369&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;ETHhub Reading &amp;amp; Community Resources &lt;a href="https://docs.ethhub.io/"&gt;https://docs.ethhub.io/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;NFT intro guide &lt;a href="https://blog.opensea.io/guides/non-fungible-tokens/"&gt;https://blog.opensea.io/guides/non-fungible-tokens/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;How to Start Coding in Web3 &lt;a href="https://www.youtube.com/watch?v=St1yi_J-CqI&amp;amp;t=1s"&gt;https://www.youtube.com/watch?v=St1yi_J-CqI&amp;amp;t=1s&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>challenge</category>
      <category>blockchain</category>
      <category>nft</category>
      <category>web3</category>
    </item>
  </channel>
</rss>
