lightnode icon indicating copy to clipboard operation
lightnode copied to clipboard

A simple node used for interacting with Darknodes

🚀 lightnode

Coverage Status

A node used for querying Darknodes using JSON-RPC 2.0 interfaces. Featuring query caching (for performance) as well as retrying for failed requests (for reliability).

Built with ❤ by Ren.

Building a Docker image

docker build . --build-arg GITHUB_TOKEN={your github token} --tag lightnode

Running a Docker image

Ensure you have a working local .env file for neccesary env vars set, then

docker run --env-file=.env --env DATABASE_URL=/lightnode/cache.sql --network host -v `pwd`/cache.sql:/lightnode/cache.sql lightnode