This is an example media store powered by Lightning payments. The accompanying tutorial/guide can be found on Medium
Polar is required.
Copy lnd's gRPC protocol from here and place in the backend
dir.
References to the lnd admin.macaroon
, tls.cert
, and host:port
need to be filled in before starting the backend server.
Media files go in backend/static
. Thumbnails go in frontend/public/assets
.
Metadata for media is set in the frontend/App.js
file.
Run node server.js
from the backend
dir.
Run npm start
from the frontend
dir.
Open http://localhost:3000 to view in the browser.