Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohindar99/nft_marketplace_demo
This is a demo NFT market place which is almost done and created by me .
https://github.com/mohindar99/nft_marketplace_demo
axios css ipfs-api javascript nft-marketplace pinata-uploading reactjs reactrouterdom smart-contracts
Last synced: 10 days ago
JSON representation
This is a demo NFT market place which is almost done and created by me .
- Host: GitHub
- URL: https://github.com/mohindar99/nft_marketplace_demo
- Owner: mohindar99
- Created: 2022-12-06T22:18:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T22:37:23.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T19:03:21.351Z (14 days ago)
- Topics: axios, css, ipfs-api, javascript, nft-marketplace, pinata-uploading, reactjs, reactrouterdom, smart-contracts
- Language: JavaScript
- Homepage:
- Size: 2.45 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This is a demo code of with minimal functionality of NFT market place which ahs the potential to upload , sell and view in the marketplace. In this project we have used the IPFS and Pinata to upload the data from the user to blockchain .
## Requirements :
In this project we have used the below mentioned softwares and frameworks :
- ReactJS
- IPFS
- Pinata
- Axios
- NFTs## Steps to run the marketplace locally,
```bash
https://github.com/mohindar99/NFT_Marketplace_DEMO.git
cd NFT-Marketplace-Tutorial
npm install
npm start
```