Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

blockchain nextjs nft-marketplace nfts solidity

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Getting Started

### First, you need add environment variables

```bash
cp .env.example .env
```

### Next, run the development server:

```bash
npx hardhat node
```

```bash
npx hardhat run --network localhost ./scripts/deploy.ts
```

```bash
yarn dev
```