Skip to content

Platform marketplace NFT yang dibangun dengan teknologi Web3 modern, memungkinkan pengguna untuk membuat, membeli, menjual, dan mengelola NFT dalam ekosistem metaverse. Teknologi: Polygon, Solidity, IPFS, Next.js, Tailwind CSS, Hardhat

Notifications You must be signed in to change notification settings

eka0789/nft-marketplace

Repository files navigation

Metaverse NFT Marketplace built with Polygon, Solidity, IPFS, & Next.js

Screenshot from 2022-04-08 13-38-51

Running this project

Local setup

To run this project locally, follow these steps.

  1. Clone the project locally, change into the directory, and install the dependencies:
git clone https://github.com/eka0789/nft-marketplace.git

cd nft-marketplace

# install using NPM or Yarn
npm install

# or

yarn
  1. Start the local Hardhat node
npx hardhat node
  1. With the network running, deploy the contracts to the local network in a separate terminal window
npx hardhat run scripts/deploy.js --network localhost
  1. Start the app
npm run dev

Configuration

To deploy to Polygon test or main networks, update the configurations located in hardhat.config.js to use a private key and, optionally, deploy to a private RPC like Infura.

If using Infura, update .infuraid with your Infura project ID.

About

Platform marketplace NFT yang dibangun dengan teknologi Web3 modern, memungkinkan pengguna untuk membuat, membeli, menjual, dan mengelola NFT dalam ekosistem metaverse. Teknologi: Polygon, Solidity, IPFS, Next.js, Tailwind CSS, Hardhat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published