Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 689 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 689 Bytes

Lightbulb-TDX

This repository hosts the TD-specific components of the Lightbulb project, isolating the parts that are designed to run exclusively in the TD environment.

Running the Application

  1. Clone the repository

    git clone https://github.com/radiusxyz/lightbulb-tdx.git
    cd lightbulb-tdx
  2. Set the environment variables

    Set the environment variables in the .env file. Or execute the following command to copy the .env.example file to .env:

    make copy-env
  3. Run the gRPC server

    make serve
  4. (Optional) Run the test gRPC client

    make run-client