project screenshot 1
project screenshot 2
project screenshot 3

BlueChecker

Dapp for checking ownership of a certain NFT and validates it with a blue check

BlueChecker

Created At

ETHGlobal Paris

Project Description

The project is to develop a decentralized application (Dapp) for verifying ownership of specific NFTs. Users can input an NFT's unique identifier, and the Dapp will validate ownership using blockchain smart contracts. Verified NFTs will be marked with a blue checkmark for authenticity. The goal is to provide a user-friendly and secure platform for NFT ownership verification.

How it's Made

Next.js: it is a React framework for server-side web applications. It allows building fast and scalable web applications with React and is used in this code to define the RootLayout component.

React: it is a JavaScript library for building user interfaces. It is used in this code to define the RootLayout component and to render the content provided in children.

CSS: it is a language used to define the appearance of web pages. The globals.css file imported in the first line of the code contains global styles that will be applied to all components in the application.

next/font-google: it is a package that allows using Google Fonts in Next.js applications. The Inter font imported in the second line of the code is a variable font family that will be used in the RootLayout component.

React.ReactNode: it is a type used in TypeScript to define the children of a React component. The RootLayout component expects a single child element, which can be of any type that can be rendered by React.

background image mobile

Join the mailing list

Get the latest news and updates