meta-garage-nft-marketplace

Own a piece of the real world in the metaverse. Buy, sell, and trade NFTs representing unique, real-world cars.

Stars
0
Committers
2

Car marketplace NFT Dapp

NFT platform for buying and selling car NFTs. This is an example project, and it can be impoved with additional features. In this repository you'll find my usage of the ERC721 standard with the help of which everyone can create a non fungible car NFTs, and then list/buy/update/cancel them on the marketplace.

Technology Stack & Tools

  • Solidity (Writing Smart Contracts)
  • Javascript (Testing/Scripting)
  • Hardhat (Development Framework)
  • Ethers.js (Blockchain Interaction)
  • Mocha (Testing Framework)

Requirements For Initial Setup

Setting Up The Project

1. Clone/Download the Repository

https://github.com/Antony-Holovchenko/MetaGarage.git

2. Install Dependencies:

$ npm install

3. Run tests

$ npm run ht

5. Run deployment script

In a separate terminal execute: $ npm run hd --"network"

4. Start Hardhat node(localhost)

$ npx hardhat node

5. Once localhost is running, try to interract with the scripts

In a separate terminal execute: $ npx hardhat run scripts/<script-name> --"network"

Related Projects