diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28a76fd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.env +node_modules/ +package-lock.json diff --git a/READ.md b/READ.md index 7cec1d3..5d2a93b 100644 --- a/READ.md +++ b/READ.md @@ -2,15 +2,19 @@ # Project Structure ``` + /lightning-app ├── /server -│ ├── index.js # Express app -│ ├── grpc.js # lnd gRPC client setup -│ ├── invoice.js # Invoice creation/listener +│ ├── index.js # Express app +│ ├── grpc.js # lnd gRPC client setup +│ ├── invoice.js # Invoice creation/listener ├── /client -│ ├── index.html # Basic frontend -│ ├── app.js # Fetch invoice, WebSocket events -├── .env.example # Connection variables -├── package.json # Node.js dependencies -├── README.md # Setup instructions +│ ├── index.html # Basic frontend +│ ├── app.js # Fetch invoice, WebSocket events +├── .env.example # Connection variables +├── package.json # Node.js dependencies +├── README.md # Setup instructions + +``` + ``` diff --git a/client/image.png b/client/image.png new file mode 100644 index 0000000..126eab7 Binary files /dev/null and b/client/image.png differ diff --git a/client/index.html b/client/index.html index ff3c2b2..2069c6f 100644 --- a/client/index.html +++ b/client/index.html @@ -1,18 +1,17 @@ - -
- + +