Paywalled Lightning Network mobile application
I wrote about builidng this application on Medium
- Uses React Native 0.64.3
- Lightning Network Daemon (LND)
- Websockets
- Typescript
- MySQL
-
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
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.
The code within this project is released under the MIT License.