A decentralized app using React, Hardhat, Solidity
Explore the code »
View Demo
·
Report Bug
·
Request Feature
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.
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.
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
- Visit the Github at: https://github.com/HarryxDD/auction-dapp
- Clone the repo
git clone https://github.com/HarryxDD/auction-dapp
- Change the directory to the project folder
cd ~/auction-dapp
- Install NPM packages
npm i
- Run Hardhat local node
npx hardhat node
- Deploy smart contract
npx hardhat run .\src\backend\scripts\deploy.js --network localhost
- Run the project
npm run start
The app will be available at http://localhost:3000.