SC-App-v3 🤖 is a decentralized application (dApp) marketplace for NFTs (Non-Fungible Tokens) built using Next.js, a popular React framework. This project aims to provide a user-friendly platform for users to browse, purchase, and sell unique digital assets on the Ethereum blockchain. It also features a backend powered by Prisma with MongoDB as the database.
git clone https://github.com/snowcrash-labs/sc-app-v3.git
cd sc-app-v3
yarn install
Copy /env/.env.dev
to .env.local
and update the variables with your own values:
cp .env.development .env.local
yarn dev
Open http://localhost:3000 with your browser to see the result.
To deploy the app on Vercel or another platform, follow the official Next.js deployment guide.