<?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>Forem: Amol Borkar</title>
    <description>The latest articles on Forem by Amol Borkar (@amolbr_).</description>
    <link>https://forem.com/amolbr_</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%2F13593%2F244fab45-f282-4fdf-85f4-0f0d09cb037f.png</url>
      <title>Forem: Amol Borkar</title>
      <link>https://forem.com/amolbr_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/amolbr_"/>
    <language>en</language>
    <item>
      <title>Meet NFTW - The NFT Marketplace</title>
      <dc:creator>Amol Borkar</dc:creator>
      <pubDate>Wed, 05 Jan 2022 15:31:18 +0000</pubDate>
      <link>https://forem.com/amolbr_/meet-nftw-the-nft-marketplace-dfj</link>
      <guid>https://forem.com/amolbr_/meet-nftw-the-nft-marketplace-dfj</guid>
      <description>&lt;h3&gt;
  
  
  Overview of My Submission
&lt;/h3&gt;

&lt;p&gt;The world is witnessing a decentralized revolution with the rapid rise in the adoption of blockchain technologies accross the globe. Non-fungible Tokens (NFTs) are a great way to establish authenticity, ownership and economic value of any digital asset. I've been fascinated by crypto recently and knew I wanted to build something in this space as soon I saw the announcement.&lt;/p&gt;

&lt;p&gt;NFTW is built on top of the Opensea API and allows users to browse and search through thousands of NFTs listed on the platform. Additionally, NFTW includes social features like liking and sharing so users can share their thoughts on any asset.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://nftw.netlify.app/" rel="noopener noreferrer"&gt;Link to the project&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;E-Commerce Creation&lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Code
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/amolbrkr/nftw-dev-hackathon" rel="noopener noreferrer"&gt;https://github.com/amolbrkr/nftw-dev-hackathon&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Additional Resources / Info
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Some highlights of the project:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Powerful Search which works on multiple datapoints powered by &lt;a href="https://docs.atlas.mongodb.com/atlas-search/" rel="noopener noreferrer"&gt;Atlas Search&lt;/a&gt; and &lt;a href="https://www.mongodb.com/atlas/database" rel="noopener noreferrer"&gt;Database&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Automatic fetching &amp;amp; updating of asset data using &lt;a href="https://docs.mongodb.com/realm/functions/" rel="noopener noreferrer"&gt;Realm Functions&lt;/a&gt; &amp;amp; &lt;a href="https://docs.mongodb.com/realm/triggers/trigger-types/" rel="noopener noreferrer"&gt;Triggers&lt;/a&gt;. This is necessary since &lt;a href="https://docs.opensea.io/reference/api-overview" rel="noopener noreferrer"&gt;Opensea API&lt;/a&gt; is rate-limited.&lt;/li&gt;
&lt;li&gt;Social Features like liking &amp;amp; sharing (commenting coming soon)&lt;/li&gt;
&lt;li&gt;Frontend is done in &lt;a href="https://nextjs.org/" rel="noopener noreferrer"&gt;Next.js&lt;/a&gt; SSR and &lt;a href="https://bulma.io" rel="noopener noreferrer"&gt;Bulma&lt;/a&gt; deployed on &lt;a href="https://www.netlify.com/" rel="noopener noreferrer"&gt;Netlify&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F36noa3b1qg3wg6nf3p3h.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F36noa3b1qg3wg6nf3p3h.png" alt="nftw-homepage"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fws249aco3gg5sws8se3p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fws249aco3gg5sws8se3p.png" alt="nftw assets page"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks to DEV and MongoDB for making this event happen, it was amazing to see so many good projects. I Hope you like my submission, happy to answer any questions you might have :) &lt;/p&gt;

</description>
      <category>atlashackathon</category>
      <category>mongodb</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
