LogoLogo
  • Welcome to Unique.vc
  • BASICS
    • Venture Clubs
    • Roles
    • Use cases
  • GETTING STARTED
    • Create your profile
    • Create a Venture Club
    • Invite members
    • Join a Venture Club
  • OPERATE YOUR VENTURE CLUB
    • Governance Configurations
      • Investors
      • Founders
    • Financial Configurations
    • Fundraise
    • Proposals & Voting
      • Investors
      • Founders
    • Withdrawing Funds
  • Technology & Security
    • Technology
      • Platform Architecture
    • Security
    • Audits
  • Legal & Compliance
    • Legal wrappers
      • Create a Legal Entity
      • KYC Verification
    • Tax Compliance
Powered by GitBook
On this page
  • 1. Unique dApp
  • 2. Backend
  • 3. Blockchain Programs
  1. Technology & Security
  2. Technology

Platform Architecture

This is what our platform is built from.

PreviousTechnologyNextSecurity

Last updated 2 years ago

Unique.vc consists of 3 core components:

1. Unique dApp

is a React web application that represents the platform’s frontend. It allows people to connect their wallets and start creating and joining Venture Clubs.

2. Backend

The backend consists of a server application written in NextJS and a Postgres database which are hosted on a securely configured cloud infrastructure. The backend is used as a supporting component for the Unique dApp and is responsible for handling non-sensitive off-chain data and files, such as descriptions, tags and images/avatars.

3. Blockchain Programs

Blockchain programs are the core of our platform. They provide on-chain instructions for managing clubs and club assets (governance and financial configurations, memberships, proposals, etc.) with which the users are interacting through the Unique dApp component.

Unique dApp