Oak

Top-level Files of v0.3.2
Login

Top-level Files of v0.3.2

Files in the top-level directory of check-in v0.3.2


Home

What is Oak?

Oak is a tool that lets you do more with your LND node.


Learn more

Feedback

You have a feature request? Or you found an issue? Go to the forum and open a thread, or open a ticket. No account needed.


Quickstart

Use podman or docker to run Oak in a container, then access it at http://localhost:8000:

# Adjust these two lines to point to your LND
export OAK_LND_REST_API_URL=https://lnd-rest-api-endpoint:port
export LND_DIR=/path/to/lnd/data/dir

podman run --interactive --rm \
  --network host \
  --volume $LND_DIR:/lnd-dir:ro \                            
  --env OAK_LND_REST_API_URL \                        
  --env OAK_LND_MACAROON_PATH=/lnd-dir/data/chain/bitcoin/mainnet/admin.macaroon \ 
  --env OAK_LND_CERT_PATH=/lnd-dir/tls.cert \
  oak-node.net/oak