All Projects → the-lightning-land → sweet-lightning

the-lightning-land / sweet-lightning

Licence: MIT license
⚡️ Pay for your candy with Bitcoin over Lightning

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to sweet-lightning

sweetbit
🔌 Sweet daemon for pairing and control of the Bitcoin-enabled candy dispenser
Stars: ✭ 48 (+166.67%)
Mutual labels:  candy, dispenser
Lightning-Network
List of Lightning Network technical issues, bugs, flaws, and exploits.
Stars: ✭ 64 (+255.56%)
Mutual labels:  lightning-network
kwh
webln browser extension for lightningd/eclair/ptarmigan
Stars: ✭ 26 (+44.44%)
Mutual labels:  lightning-network
react-native-wx-ali-pay
react-native pay for Ali && WeiXin
Stars: ✭ 15 (-16.67%)
Mutual labels:  pay
Lightning-Network-Simulator
Lightning Network Simulator
Stars: ✭ 24 (+33.33%)
Mutual labels:  lightning-network
bitcoin-on-twitch
Bitcoin on Twitch: Accept Bitcoin donations on Twitch, and integrate them into your alerts!
Stars: ✭ 25 (+38.89%)
Mutual labels:  lightning-network
DYFStoreKit
([Swift] https://github.com/chenxing640/DYFStore) A lightweight and easy-to-use iOS library for In-App Purchases (Objective-C). DYFStoreKit uses blocks and notifications to wrap StoreKit, provides receipt verification and transaction persistence and doesn't require any external dependencies.
Stars: ✭ 52 (+188.89%)
Mutual labels:  pay
kco rest java
[DEPRECATED] Official Java SDK library for Klarna Services
Stars: ✭ 25 (+38.89%)
Mutual labels:  pay
LNnodeInsight
A DYOR engine for the Bitcoin Lightning Network
Stars: ✭ 16 (-11.11%)
Mutual labels:  lightning-network
bitcoin-stack
Docker setup for Bitcoin, Elements/Liquid, LND, C-Lightning, Eclair, & Electrs in regtest mode
Stars: ✭ 66 (+266.67%)
Mutual labels:  lightning-network
sep-pay
Pay.ir Payment Package for Laravel 5.3+
Stars: ✭ 17 (-5.56%)
Mutual labels:  pay
lnd-routing
Lightning network liquidity service
Stars: ✭ 16 (-11.11%)
Mutual labels:  lightning-network
iran-payment
a Laravel package to handle Internet Payment Gateways for Iran Banking System
Stars: ✭ 16 (-11.11%)
Mutual labels:  pay
lnd-binary
Install lnd from npm https://github.com/lightningnetwork/lnd ⚡️
Stars: ✭ 18 (+0%)
Mutual labels:  lightning-network
simple-payment-channel
Example code leveraging a simple one-way payment channel
Stars: ✭ 32 (+77.78%)
Mutual labels:  lightning-network
lpd
Lightning Peach Node in rust
Stars: ✭ 24 (+33.33%)
Mutual labels:  lightning-network
boltz-frontend
Frontend of Boltz
Stars: ✭ 18 (+0%)
Mutual labels:  lightning-network
storm-spec
Specification for Storm: L2/L3 distributed storage and messaging with economic incentivisation leveraging LNP/BP ecosystem
Stars: ✭ 62 (+244.44%)
Mutual labels:  lightning-network
lightning-browser-extension
The Bitcoin Lightning Browser extension that connects to different wallet interfaces and brings deep lightning integration to the web
Stars: ✭ 194 (+977.78%)
Mutual labels:  lightning-network
hms-iap-clientdemo-android-studio
This demo app provides all 3 types of product to demonstrate the procedure and capability of Huawei IAP.
Stars: ✭ 36 (+100%)
Mutual labels:  pay

Sweet Lightning

⚡️ Pay for your candy with Bitcoin over Lightning

Try it on:

Sweet Lightning Demo

Run it locally

yarn # install dependencies

yarn build # build the app

# run it
yarn start \
  --lnd.adminmacaroonpath admin.macaroon \
  --lnd.rpccert lnd_rpc.crt \
  --lnd.rpcserver localhost:10009 \
  --externalurl http://localhost:3000 \
  --listen 0.0.0.0:3000

# use it
open http://localhost:3000

Run in development mode

yarn # install dependencies

# run it
yarn dev \
  --lnd.adminmacaroonpath admin.macaroon \
  --lnd.rpccert lnd_rpc.crt \
  --lnd.rpcserver localhost:10009 \
  --externalurl http://localhost:3000 \
  --listen 0.0.0.0:3000

# preview it
open http://localhost:3000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].