Skip to content

radiusxyz/lightbulb-tdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published