Skip to content

Beast000009/WelcomeHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT Marketplace

Technology Stack & Tools

  • Solidity (Writing Smart Contract)
  • Javascript (React & Testing)
  • [Ethers] (Blockchain Interaction)
  • [Hardhat] (Development Framework)
  • [Filebase] (Metadata storage)

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ cd nft_marketplace
$ npm install

3. Configure Hardhat.config

$ url : "Add your RPC address with port"
$ account : ["Add your ganache account"]

4. Boot up local development blockchain

$ cd nft_marketplace
$ npm run deploy

7. Launch Frontend

$ npm run start

License

MIT

Releases

No releases published

Packages

No packages published