This is a Next.js project bootstrapped with create-next-app
.
This is a repository containing the code for a NFT dAPP for the employees of Redbrick. The dAPP itself is hosted behind a portal so only employees with an organization address are able to access it.
An employee recognition program that commends employees with digital assets based upon their tenure-ship at Redbrick.
NFT stands for Non-Fungible Token. Non-fungible means something that cannot be traded at the same value for another thing, due to its unique properties (ie. a piece of furniture, art, collectibles). Fungible means something where its value defines itself rather than its unique properties, like the US dollar. NFTs can be associated with images, videos, audio files, and almost any other kind of stored information. They are non-interchangeable and immutable pieces of data stored on the blockchain.
Each NFT is unique, and so is the work an employee does at their job. While there might be other people in the company doing the same tasks, the individual work can never be replaced because it's from you. The same thing goes for NFTs; the art might look similar, but they are inherently unique and can never be duplicated.
What they represent is an employees time at the company and the work they did here, and the individual legacy they leave behind.
To learn more about what an NFT is, how the blockchain works and the environment impact of NFTs:
- Visit here
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.