RAIRprotocol
  • 💎Welcome to RAIR
  • 💴Whitepaper (draft)
    • Start
      • History
      • Licensing
      • Codebase
      • Onboarding
      • Mechanics
        • Burn Model
        • Earn Model
      • Governance (DAORM)
  • ↔️Integrations
    • Core Technologies
      • Guides
        • Alchemy
        • GCP Cloud Storage
        • Web3Auth
    • Blockchains
  • 👩‍💻CODEBASE
    • RAIRsolidity
      • Soneium (Minato)
      • Core DAO
      • All Contract Addresses
      • Transfer functions
    • RAIRdapp
      • RAIRfrontend
        • Proxy Settings for Default Frontend
        • Frontend Variables Library
      • RAIRnode
        • Permissions and Access Controls
        • Backend Variables Library
      • RAIRsync
        • Integrating New EVMs
      • RAIRstream
      • RAIRinfra
    • RAIR API
      • Endpoints
        • Auth
          • Get challenge
          • Login
          • Logout
          • Me
          • Unlock
          • Stream
            • Out
        • Analytics
          • Csv
        • Contracts
          • FactoryList
          • Full
          • Import
          • My
          • Network
            • Products
              • Offers
        • Credits
          • Withdraw
        • Favorites
        • Files
          • ById
          • ByCategory
          • Categories
          • ForToken
          • Unlocks
          • List
          • Remove
          • Update
        • Nft
          • Network
            • Attributes
            • Files
            • Locks
            • Offers
            • Token
              • Pinning
          • PinningMultiple
          • Csv
            • Sample
        • Offers
          • /
        • Products
          • /
          • User
        • Resales
          • Create
          • Delete
          • Open
          • Purchase
          • Update
        • Search
          • All
        • Settings
          • Featured
          • Theme
          • AppLogo
        • Tokens
          • /
          • TokenNumbers
        • Transaction
        • Upload
          • File
          • Validate
        • Users
          • /
          • Export
          • List
          • Yoti verify
      • Specification
    • A Note on Documentation
  • ⚙️Installation and Testing
    • Getting Started
      • Welcome to New Web3 Devs!
      • RAIRlite (Single VM)
        • Windows WSL Installation
        • MVP Test Plan
        • https configuration
      • RAIRcloud (Cloud Enabled)
        • Cloud Test Plan
  • 🛟End User Guides
    • User Functionality
      • How to login
      • Buy your first NFT
      • Put items up for sale
      • Watch Content
    • Admin Functionality
      • Deploying NFT contracts
      • Managing Metadata
      • Managing Media
      • Managing Marketplace
      • Managing Users
      • Importing External Contracts
Powered by GitBook
On this page

Was this helpful?

  1. CODEBASE
  2. RAIRdapp
  3. RAIRfrontend

Frontend Variables Library

List of variables that can be modified on the RAIRfrontend

PreviousProxy Settings for Default FrontendNextRAIRnode

Last updated 1 year ago

Was this helpful?

VITE_NODE_ADDRESS = {0xAddress}

The address of the node used for minting and resales.

VITE_DIAMONDS_ENABLED = {Boolean}

Diamond contracts are enabled or disabled.

VITE_LOG_WEB3 = {Boolean}

Login with web3 it exists if use click to connect button.

VITE_HOME_PAGE = {URL}

Path of the page that will be the home page.

VITE_DISABLE_CREATOR_VIEWS = {Boolean}

If false, then the user cannot create a contract.

VITE_3_TAB_MARKETPLACE_DISABLED = {Boolean}

if true, user is not permitted to visit Collection/Single Token View/Unlockables pages.

VITE_TEST_CONTRACTS = {Boolean}

Enables testnet versions of some splash pages.

DANGEROUSLY_DISABLE_HOST_CHECK = {Boolean}

VITE_GOOGLE_ANALYTICS

VITE_GA_NAME

VITE_SERVER_URL = {URL}

The name of the server.

VITE_HOTDROPS = {Boolean}

if it's true Hotdrops version is active otherwise Rairtech is used by default(false)

VITE_MATIC_MAIN_DIAMOND_FACTORY = {0xAddress}

VITE_MATIC_MAIN_DIAMOND_MARKETPLACE = {0xAddress}

VITE_DEFAULT_BLOCKCHAIN = {ChainID}

ChainID which will be the default

VITE_HTML_META_TITLE = {Title}

The name that will be on the tab in the browser

VITE_HTML_META_FAVICON_URI = {URI}

Favicon path, there may also be a link here

VITE_HTML_META_IMAGE_URL = {URL}

The picture that will appear when you send a website link to someone

VITE_HTML_META_AUTHOR = {Author}

title of author. This is needed more for search and preview links

VITE_HTML_META_DESCRIPTION = {Description}

description for preview of link

VITE_HTML_LINK_WINDGET = {URL}

link for windget

VITE_HTML_LINK_WINDGET_PLAUSIBLE = {URL}

path to script

VITE_HTML_DATA_DOMAIN

domain name

VITE_IPFS_GATEWAY = {URL}

VITE_UPLOAD_PROGRESS_HOST ={URL}

VITE_WEB3AUTH_CLIENT_ID ={ID}

VITE_ALCHEMY_KEY = {Key}

VITE_ALCHEMY_GAS_POLICY

👩‍💻