Skip to content

blastshielddown/lapp-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightning App Crash Course

This is an example media store powered by Lightning payments. The accompanying tutorial/guide can be found on Medium

Tools

Polar is required.

Configuration

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 client/public/assets.

Metadata for media is set in the client/App.js file.

Run

Express Server (backend)

Run node app.js from the backend dir.

React Client (client)

Run npm start from the client dir.

Open http://localhost:3000 to view in the browser.

About

An example media store powered by Lightning payments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published