https://github.com/radiusxyz/lightbulb-tdx
💡
https://github.com/radiusxyz/lightbulb-tdx
go grpc
Last synced: about 1 month ago
JSON representation
💡
- Host: GitHub
- URL: https://github.com/radiusxyz/lightbulb-tdx
- Owner: radiusxyz
- Created: 2025-01-16T08:54:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T19:33:29.000Z (over 1 year ago)
- Last Synced: 2025-03-02T20:29:19.687Z (over 1 year ago)
- Topics: go, grpc
- Language: Go
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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**
```bash
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`:
```bash
make copy-env
```
3. **Run the gRPC server**
```bash
make serve
```
4. **(Optional) Run the test gRPC client**
```bash
make run-client
```