SolRazr
  • Home
  • SolRazr Introduction
    • What is SolRazr?
    • Tradable Allocations
    • Developer Tools
  • SOLR Token
    • Token Utility
    • Token Economics
  • Launchpad
    • How does IDO work?
    • Setup Token Whitelist
    • Setup Token Sale (IDO)
  • Developer Tools
    • SolRazr Build
  • SolRazr Technology
    • Token Sale (IDO) Architecture
    • Prevention against DDoS and Bots
    • Scaling Solution
  • FAQ
    • General FAQ
    • Public IDO FAQ
    • Airdrop FAQ
    • Staking & IDO FAQ
Powered by GitBook
On this page

Was this helpful?

  1. SolRazr Technology

Scaling Solution

PreviousPrevention against DDoS and BotsNextGeneral FAQ

Last updated 3 years ago

Was this helpful?

SolRazr is built to be fast, highly available and scalable right from the beginning. Here are some of the key considerations we had while building SolRazr’s application. Here is the overview of the architecture of our application.

Highly available: Application is behind load balancer that auto scales servers based on the load. We have run load tests to make sure we are always available. Custom RPC endpoints: We have a set of custom RPC endpoints that exclusively serve only SolRazr’s requests. This makes sure SolRazr is available even when Solana mainnet RPC endpoints are overwhelmed. Fast content delivery: We have also enabled cloud CDN to make sure the application is blazing fast Secure connection: Content on SolRazr is always delivered securely via HTTPS. Also, every asset is behind VPC and is inaccessible for unwanted actors.