| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Nillion Blacklight nodes help secure nilCC (Nillion's Confidential Compute layer). Once running, they are continuously assigned work to verify the attestations of live running workloads, running on nilCC, are valid and correct.
Nillion Blacklight is a decentralized verification network where nodes verify HTX transactions emitted by nilCC operators. The system uses a smart contract to coordinate node registration, HTX assignment, and verification results.
How it works:
Follow these steps to run your own blacklight verification node on the network.
docker pull ghcr.io/nillionnetwork/blacklight/blacklight_node:latestRun the node for initial setup:
docker run -it --rm -v ./:/app/ ghcr.io/nillionnetwork/blacklight/blacklight_node:latestOn first run, the node will:
Continue to wallet setup below to fund your wallet and stake NIL tokens before running the node.
Ask someone to send you ETH Sepolia and NIL tokens to the address displayed by the node when starting.
After confirming your ETH balance and NIL token stake, start the blacklight node again:
docker run -it --rm -v ./:/app/ ghcr.io/nillionnetwork/blacklight/blacklight_node:latestThis will make the blacklight node start processing HTX transactions, verifying them, and submitting results back to the contract.
For detailed logging, pass -e RUST_LOG=DEBUG as an extra parameter to docker, e.g.:
docker run -e RUST_LOG=DEBUG -it --rm -v ./:/app/ ghcr.io/nillionnetwork/blacklight/blacklight_node:latest| Back | FazBrowse Home | New Git URL |