This repository hosts the TD-specific components of the Lightbulb project, isolating the parts that are designed to run exclusively in the TD environment.
-
Clone the repository
git clone https://github.com/radiusxyz/lightbulb-tdx.git cd lightbulb-tdx
-
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
-
Run the gRPC server
make serve
-
(Optional) Run the test gRPC client
make run-client