Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 728 Bytes

DEVELOPERS.README.md

File metadata and controls

16 lines (9 loc) · 728 Bytes

Types Update Guide for Developers

Introduction

This guide outlines the steps to update the types used in the RMB Direct Client to reflect changes in messages sent over the RMB.

Prerequisites

  • Install Protobuf: Install Protobuf on your system.

Usage

  1. Update types.proto File: Update the types.proto file with any changes to the message structure.
  2. Run build.sh Script: Execute the build.sh script to generate the necessary TypeScript files.

After updating the types, run the build.sh script, and ensure that the client is updated accordingly to utilize the auto-generated types.ts file.