a5okol / marketplace-nextJs-tailwindcss-web3

Home Page:https://marketplace-next-tailwind-web3.vercel.app/marketplace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web3 Solidity NextJs Tailwind Marketplace [dApps]

This advanced application involves Next JS, Solidity, and Ganache, along with deployment to an actual blockchain.

Demo

https://marketplace-next-tailwind-web3.vercel.app/

Built With

Screenshots

MetaMask is not installed alt text

MetaMask is not connected alt text

MetaMask is connected to wrong network alt text

MetaMask is connected to correct network alt text

Purchase in progress toast notification alt text

Toast notification of successful and failed purchases alt text

Admin section. Admin can activate/deactivate purchases alt text

Example of activated and deactivated purchase alt text

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Deploying

npm run deploy
# or
yarn deploy

ENV

NEXT_PUBLIC_TARGET_CHAIN_ID=11155111
NEXT_PUBLIC_NETWORK_ID=11155111

Keys

{
  "INFURA_PROJECT_ID": "",
  "MNEMONIC": "",
}

About

https://marketplace-next-tailwind-web3.vercel.app/marketplace


Languages

Language:JavaScript 90.2%Language:Solidity 6.4%Language:CSS 3.4%