Skip to content

Latest commit

Β 

History

History
22 lines (14 loc) Β· 806 Bytes

File metadata and controls

22 lines (14 loc) Β· 806 Bytes

πŸš€ 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