Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/nft-marketplace
NFT marketplace
https://github.com/malcodeman/nft-marketplace
nft nft-marketplace
Last synced: 21 days ago
JSON representation
NFT marketplace
- Host: GitHub
- URL: https://github.com/malcodeman/nft-marketplace
- Owner: malcodeman
- License: mit
- Created: 2018-04-11T15:10:30.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T19:21:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T11:10:32.985Z (about 2 months ago)
- Topics: nft, nft-marketplace
- Language: TypeScript
- Homepage: http://piazza.surge.sh
- Size: 1.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - nft-marketplace - Simple NFT marketplace using opensea api. (Next.js)
README
# [piazza](https://piazza.surge.sh)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Cypress.io tests](https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square)](https://cypress.io)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/nft-marketplace/blob/master/LICENSE)Simple NFT marketplace using opensea api.
![Screenshot](readme/screenshot.png)
## Getting started
```
git clone https://github.com/malcodeman/nft-marketplace.git nft-marketplace
cd nft-marketplace
yarn install && yarn dev
```## License
[MIT](./LICENSE)