Create and host contactless payment cards using bitcoin over the lightning network Fork - to enable external port, not necessarly 443
Find a file
2022-08-09 14:47:09 +00:00
createboltcard add CLI command to create a new card, fixes #1 2022-08-04 15:06:01 +00:00
docs Update FAQ.md 2022-08-09 14:14:54 +01:00
.gitignore add CLI command to create a new card, fixes #1 2022-08-04 15:06:01 +00:00
add_card_data.sql add comments to SQL 2022-08-09 14:46:57 +00:00
boltcard.service Update boltcard.service 2022-08-04 16:18:21 +01:00
Caddyfile initial commit 2022-08-01 10:36:32 +00:00
create_db.sql add CLI command to create a new card, fixes #1 2022-08-04 15:06:01 +00:00
crypto.go initial commit 2022-08-01 10:36:32 +00:00
database.go add CLI command to create a new card, fixes #1 2022-08-04 15:06:01 +00:00
go.mod initial commit 2022-08-01 10:36:32 +00:00
go.sum initial commit 2022-08-01 10:36:32 +00:00
LICENSE initial commit 2022-08-01 10:36:32 +00:00
lightning.go initial commit 2022-08-01 10:36:32 +00:00
lnurlw_callback.go initial commit 2022-08-01 10:36:32 +00:00
lnurlw_request.go add CLI command to create a new card, fixes #1 2022-08-04 15:06:01 +00:00
main.go add CLI command to create a new card, fixes #1 2022-08-04 15:06:01 +00:00
new_card_request.go add CLI command to create a new card, fixes #1 2022-08-04 15:06:01 +00:00
README.md initial commit 2022-08-01 10:36:32 +00:00
s_build add CLI command to create a new card, fixes #1 2022-08-04 15:06:01 +00:00
s_create_db initial commit 2022-08-01 10:36:32 +00:00
s_launch initial commit 2022-08-01 10:36:32 +00:00
s_restart initial commit 2022-08-01 10:36:32 +00:00

Bolt Card

Overview

The bolt card enables a customer to make payment at a merchant point of sale over the bitcoin lightning network.

Each bolt card makes use of a service to receive the request from the merchant system, apply payment rules and make payment.

The 'bolt card service' software provided here can be used to host bolt cards for yourself and others.

The 'bolt card creation' instructions describe how to set up bolt cards for use with your bolt card service.

Documents

Document Description
Specification Bolt card specifications
System Bolt card system overview
Install Bolt card service installation
Card Bolt card creation
FAQ Frequently asked questions

Telegram group

Discussion and support is available at https://t.me/bolt_card .