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.
- Host: GitHub
- URL: https://github.com/william-versatile/nft-marketplace
- Owner: William-versatile
- License: apache-2.0
- Created: 2024-02-22T00:14:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:47:24.000Z (over 2 years ago)
- Last Synced: 2025-02-10T15:17:05.628Z (over 1 year ago)
- Language: TypeScript
- Size: 875 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

# Create NFT

# Transaction

## Signature Request

# Piniata Storage

## Getting Started
Run the development server..
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```