Skip to content

yewonbahn/RaffleServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

NFT Ranks - Server

NFT Ranks git book

기술 스택 : Node.js, AWS S3 스토리지, Red shift, Opensea API, Moralis API, Maria DB

NFT Ranks analyzes users' Ethereum wallets to provide indicators of users' assets and shares users' NFT reliability scores to NFT projects and businesses. Through this, we expect to create a healthier NFT/DAO ecosystem. Based on your metrics, NFT reliability score is divided into three stages based on your wallet's portfolio.

Level metrics represent the transparency and reliability of the wallet owner's transactions, allowing NFT projects and businesses to find candidates for participation (ex. whitelist) on a more solid basis. By whitelisting validated users, NFT projects can further enhance the value of the project.

  1. Paper (lower 10%)
  2. General
  3. Diamond Hands (Top 30%)

Overview

Landing_1024

RDB structure (Erd cloud)

20220504215428

Getting Started

  • npm i
  • npm i -g yarn
  • cd/raffle_server
  • yarn dev or yarn start

파일구조 MVP

src\
 |--config\         # Environment variables and configuration related things
 |--controllers\    # Route controllers (controller layer)
 |--docs\           # Swagger files
 |--middlewares\    # Custom express middlewares
 |--models\         # DB models (data layer)
 |--routes\         # Routes
 |--services\       # Business logic (service layer)
 |--utils\          # Utility classes and functions
 |--validations\    # Request data validation schemas
 |--app.js          # Express app
 |--index.js        # App entry point

현재 구현된 API : User

보일러플레이트 출처

About

Server for Raffle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Other 0.9%