https://github.com/lit-protocol/node
https://github.com/lit-protocol/node
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lit-protocol/node
- Owner: LIT-Protocol
- Created: 2023-12-08T00:31:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T22:52:41.000Z (over 1 year ago)
- Last Synced: 2025-04-12T00:07:22.626Z (about 1 year ago)
- Language: Rust
- Size: 8.71 MB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Lit Protocol Node and Contracts
The Lit Protocol Node is the core software that runs the Lit Protocol. It is a Rust application that node operators run to provide service to Lit Protocol.
https://developer.litprotocol.com/v3/sdk/installation
This is a monorepo that holds everything needed to run a Lit Node. Check out the readme in each folder for more information.
## Contents
### Rust
- [lit-core](rust/lit-core) ([README.md](rust/lit-core/README.md))
- [lit-node](rust/lit-node) ([README.md](rust/lit-node/README.md))
- [lit-os](rust/lit-os) ([README.md](rust/lit-os/README.md))
### Blockchain / Contracts
- [lit-node](blockchain/contracts/lit-node) ([README.md](blockchain/contracts/lit-node/README.md))
- [lit-os](blockchain/contracts/lit-os) ([README.md](blockchain/contracts/lit-os/README.md))
