https://github.com/mohindar99/nft_marketplace_main
This is the NFT market place smart contract which was developed by us and currently running in the polygon main net .
https://github.com/mohindar99/nft_marketplace_main
erc1155 erc721 nft-marketplace smart-contracts soldity
Last synced: 4 days ago
JSON representation
This is the NFT market place smart contract which was developed by us and currently running in the polygon main net .
- Host: GitHub
- URL: https://github.com/mohindar99/nft_marketplace_main
- Owner: mohindar99
- Created: 2022-12-06T22:39:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T22:49:35.000Z (over 2 years ago)
- Last Synced: 2024-11-11T08:33:35.602Z (6 months ago)
- Topics: erc1155, erc721, nft-marketplace, smart-contracts, soldity
- Language: Solidity
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFT_Platform-blockchain
## Introduction :
This is a NFT market place soldity smart contract which has the potential to bid , buy ,sell and place auction of the NFTs . This was currently deployed in the polygon main net with some minor bugs .
We have taken all the major and minor issuess of the smart contract in terms of security and flexibility .## Basic requirements :
- Knowledge in soldity
- Working with ERC721 and ERC1155
- NFT-marketplace## Steps to Run the project :
- Download the source code in rar format .
- Extract the file and copy the specified path .
- open the folder in the visual studio code .
- In the terminal enter the command "npm install" for downloading all the dependencies of the project .
- Run the project bu using the command "npm start"
- The project final rendering is present in the files of the code .