NFT (Non-Fungible Token) is a digital token quite akin to cryptocurrency, but not quite. NFTs are unique due to which they cannot be replicated. Thus, NFTs can be used for trades or exchanges where one needs to ensure that no one else can create fakes.
A very good example of this is when Twitter CEO Jack Dorsey sold his first tweet as an NFT for $2,915,835.47. This highlights the potential of NFTs, and we wanted to create a marketplace for people who want to trade NFTs of Github Commits for various projects.
GCNFT is a proof of concept that a Github Commit NFT marketplace can be built. Our project is split into 3 bits:
We used a combination of Blockchain (Flow, IPFS) and webdev (React.js and Nodejs), and tears because of all the bugs we ran into xD
All of us are newbies at Blockchain, and two out of the three of us didn’t have webdev experience. There was a steep learning curve, but we managed to resolve the bugs.
We were actually able to mint an NFT using the Flow Blockchain. We were able to implement stuff that we’d never even thought of learning in the first place. Working together across time zones and collaborating over discord was really awesome.
Cross-timezone collaboration and the benefits of coffee.
In a more technical sense, Blockchain, a bit of crypto, NFTs, React and webdev, how to build backends with node.
Extend the NFT functionality to other item classes and not just Github commits. This can include things like digital art or music.