Skip to content

simpsoncarlos3/rarity-interface

 
 

Repository files navigation

Rarity interface

User interface for rarity-analyser data.

Getting started

Create an .env.local file and add your rarity-analyser server URL

REACT_APP_API_URL=http://localhost:4000

Start the app with yarn start.

Configuration

The app can be configured according to the following structure in src/rarityConfig.ts.

Setting contractAddress is required to get order data from OpenSea.

interface Config {
  contractAddress: string
  tokenBackgroundColor?: string
  headerText?: string
  headerTextStyle?: React.CSSProperties
  logoURL?: string
  logoStyle?: React.CSSProperties
  listImageKey?: 'image' | 'image_data'
  mainImageKey?: 'image' | 'image_data' | 'animation_url'
  links?: {
    website?: string
    twitter?: string
    discord?: string
    openSea?: string
    etherscan?: string
  }
}

About

User interface for viewing nft rarity data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.1%
  • HTML 4.1%
  • CSS 1.4%
  • JavaScript 1.4%