Skip to content

HarryxDD/auction-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Auction dApp

A decentralized app using React, Hardhat, Solidity
Explore the code »

View Demo · Report Bug · Request Feature

About The Project

The market for non-fungible tokens (NFTs) grew significantly in the first quarter of 2022, outperforming the cryptocurrency market. This is a simple decentralized app for create and bid NFT token that can let you create new auction, set price, and bid using ETH.

Currently, the project has completed some of the basic concepts and can be used. You can read the instruction right below.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Visit the Github at: https://github.com/HarryxDD/auction-dapp
  2. Clone the repo
    git clone https://github.com/HarryxDD/auction-dapp
  3. Change the directory to the project folder
    cd ~/auction-dapp
  4. Install NPM packages
    npm i
  5. Run Hardhat local node
    npx hardhat node
  6. Deploy smart contract
    npx hardhat run .\src\backend\scripts\deploy.js --network localhost
  7. Run the project
    npm run start

The app will be available at http://localhost:3000.

(back to top)

About

Web3 for bidding NFT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors