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.
docker build . --build-arg GITHUB_TOKEN={your github token} --tag lightnode
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