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

https://github.com/william-versatile/nft-marketplace

Built using React / Next JS, Solidity, and Pinata(IPFS) to create NFT marketplace on Ethereum. All In Typescript.
https://github.com/william-versatile/nft-marketplace

Last synced: about 1 year ago
JSON representation

Built using React / Next JS, Solidity, and Pinata(IPFS) to create NFT marketplace on Ethereum. All In Typescript.

Awesome Lists containing this project

README

          

This is a personal project which replicates basic functionalities of an Nft Marketplace those of likes OpenSea etc.

# Features

# UI
![Screenshot 2023-04-04 110152](https://user-images.githubusercontent.com/88382605/229701580-da747bb4-8b72-40a9-bdb9-60e95e7cd7b2.png)

# Create NFT
![Screenshot 2023-04-04 105650](https://user-images.githubusercontent.com/88382605/229701668-4bfc8a9b-7b6c-4825-bd52-02b6d5ff110f.png)

# Transaction
![Screenshot 2023-04-04 105704](https://user-images.githubusercontent.com/88382605/229701740-5f8c8d87-ccb2-45e3-86d7-ed25c0283d29.png)
## Signature Request
![Screenshot 2023-04-04 105611](https://user-images.githubusercontent.com/88382605/229701897-5f6c3f4d-ee59-4d63-882e-5753b0c6a8e7.png)

# Piniata Storage
![Screenshot 2023-04-04 105631](https://user-images.githubusercontent.com/88382605/229701843-cb9832d9-e4e7-4cd5-8d18-9c1a94b99f70.png)

## Getting Started

Run the development server..

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```