Skip to content

Getting Started

This guide will help you set up and run RecordPlatform locally.

Contents

Quick Overview

RecordPlatform consists of four main components:

ComponentTypePortDescription
platform-storageDubbo Provider8092Distributed storage service
platform-fiscoDubbo Provider8091Blockchain integration service
platform-backendDubbo Consumer8000REST API gateway
platform-frontendSvelteKit5173Web application

Startup Order

Services must be started in the following order due to Dubbo RPC dependencies:

1. platform-storage  →  2. platform-fisco  →  3. platform-backend  →  4. platform-frontend

Next Steps

  1. Check Prerequisites to ensure all dependencies are ready
  2. Follow Installation to build and run
  3. Review Configuration for environment setup

Released under the Apache 2.0 License.