Skip to content

renproject/lightnode

Repository files navigation

🚀 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

About

A simple node used for interacting with Darknodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages