Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/likecoin/likecoin-nft-marketplace


https://github.com/likecoin/likecoin-nft-marketplace

Last synced: 2 days ago
JSON representation

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.