An open API service indexing awesome lists of open source software.

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 .

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 .