Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likecoin/likecoin-nft-marketplace
https://github.com/likecoin/likecoin-nft-marketplace
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/likecoin/likecoin-nft-marketplace
- Owner: likecoin
- Created: 2022-12-13T14:48:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T14:57:03.000Z (5 months ago)
- Last Synced: 2024-06-22T07:28:48.989Z (5 months ago)
- Language: Vue
- Homepage: https://likecoin.github.io/likecoin-nft-marketplace
- Size: 7.39 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LikeCoin NFT Marketplace Minimal Web App
Mainnet: https://likecoin.github.io/likecoin-nft-marketplace
Testnet: https://likecoin-nft-marketplace-testnet.netlify.app/A web app implementing [LikeCoin NFT module marketplace specification](https://docs.like.co/developer/likenft/likecoin-nft-module-spec). Allows user to list and sell their NFT on [LikeCoin chain](https://like.co)
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install --shamefully-hoist
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.