Jeezman / Hey

Paywalled Lightning Network mobile application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hey

Paywalled Lightning Network mobile application

I wrote about builidng this application on Medium

Features/Components

  • Uses React Native 0.64.3
  • Lightning Network Daemon (LND)
  • Websockets
  • Typescript
  • MySQL

Installation

  • Fork (optional) and clone repo

    git clone https://github.com/jeezman/hey.git && cd hey
    
  • Once you have downloaded or cloned this repository, run npm install inside the root directory and also in the server directory.

    npm install
    
    cd server
    
    npm install
    
  • To run client application, inside the root directory run the following commands

      npm run start
    
  • To run client application, inside the root server directory run the following commands

      npm run setupdb
      
      npm run start
    

Screenshots

Homepage

Screen Shot 2022-04-25 at 5 52 18 PM

Collections

Screen Shot 2022-04-25 at 5 53 13 PM

Purchase collection

Screen Shot 2022-04-25 at 5 53 30 PM

Screen Shot 2022-04-25 at 5 55 36 PM

Screen Shot 2022-04-25 at 5 55 58 PM

Purchased collections

Screen Shot 2022-04-25 at 5 56 43 PM

Feedback

If you have encounter a bug, or have a useful feature,
Please create an issue, or make a pull request!

Follow me on Twitter to keep up with my future projects.

License

The code within this project is released under the MIT License.

About

Paywalled Lightning Network mobile application

License:MIT License


Languages

Language:TypeScript 94.0%Language:HTML 4.1%Language:JavaScript 1.9%