https://github.com/slycompiler/nft-marketing
Built using React / Next JS, Solidity, and Pinata(IPFS) to create NFT marketplace on Ethereum. All In Typescript.
https://github.com/slycompiler/nft-marketing
nft-marketplace solidity typescript
Last synced: about 1 month 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/slycompiler/nft-marketing
- Owner: slycompiler
- License: apache-2.0
- Created: 2024-04-07T20:55:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T20:56:12.000Z (about 2 years ago)
- Last Synced: 2026-04-28T18:33:48.862Z (about 2 months ago)
- Topics: nft-marketplace, solidity, typescript
- Language: TypeScript
- Homepage:
- Size: 871 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```