Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kelonye/bsc-nfts-rarity


https://github.com/kelonye/bsc-nfts-rarity

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Rare BSC NFTS (work in progress)

NFT collection analytics and appraisals on BSC.

Project link: https://bsc-rarity.com

### Video demo

https://youtu.be/JTnJ_4gszFA

### Getting started

#### Prerequisites

- Node.JS 14+
- Git
- MongoDB 5+

#### Running the app

- Start mongodb server on default port
- On seperate tabs, `cd` into `backend` and `frontend` and:
- Run `yarn` to install node packages.
- Copy `.env.sample` or `.env.local.sample` to `.env` and configure appropriately.
- Run `make` to boot app.
- Visit frontend at http://localhost:5555 (or configured port).