Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelonye/bsc-nfts-rarity
https://github.com/kelonye/bsc-nfts-rarity
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kelonye/bsc-nfts-rarity
- Owner: kelonye
- Created: 2021-10-21T21:02:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T22:50:59.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T14:54:17.333Z (7 months ago)
- Language: TypeScript
- Size: 1.69 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).