You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a personal project which replicates basic functionalities of an Nft Marketplace those of likes OpenSea etc.
Features
UI
Create NFT
Transaction
Signature Request
Piniata Storage
Getting Started
Run the development server..
npm run dev
# or
yarn dev
# or
pnpm dev
About
Built using React and Next.js for the frontend, Solidity for smart contract development, and Pinata (IPFS) for decentralized file storage. The entire project is implemented in TypeScript to ensure type safety and scalability, forming a complete NFT marketplace on the Ethereum blockchain.