Bitcoin Lightning Prediction Market
Go to file
ekzyis d40cd1b8d9 Add x-margin to market description 2023-12-04 06:21:23 +01:00
db Fix market_id column nullable 2023-12-04 04:56:01 +01:00
env refactor: fix init and use DI 2023-11-03 20:34:21 +01:00
lib refactor: Structure code into different packages 2023-09-10 23:13:08 +02:00
lnd Implement market settlement 2023-12-04 01:36:59 +01:00
pages Update HTML and CSS 2023-09-14 01:15:30 +02:00
public Update HTML and CSS 2023-09-14 01:15:30 +02:00
server Fix undefined CTE execution order 2023-12-04 04:45:27 +01:00
test Test logout 2023-11-03 23:38:23 +01:00
vue Add x-margin to market description 2023-12-04 06:21:23 +01:00
.gitignore Add hot reload for development 2023-09-09 22:52:50 +02:00
LICENSE Add MIT license 2023-12-04 05:03:24 +01:00
MATCHMAKING.md Fix table in MATCHMAKING.md 2023-09-09 22:52:51 +02:00
Makefile Fix Makefile ignoring main.go 2023-11-23 00:15:44 +01:00
README.md Create README + Makefile 2023-09-09 22:52:50 +02:00
docker-compose.yml Mount postgresql.conf 2023-09-09 22:52:50 +02:00
go.mod Fix unknown network 'signet' 2023-11-23 02:00:37 +01:00
go.sum Fix unknown network 'signet' 2023-11-23 02:00:37 +01:00
hotreload.sh chmod +x hotreload.sh 2023-11-25 19:49:38 +01:00
main.go Make network configurable 2023-11-23 00:13:51 +01:00
nginx.conf Update prod nginx config 2023-11-20 00:38:52 +01:00
nginx.dev.conf Add dev nginx config 2023-11-07 09:08:56 +01:00
postgresql.conf Mount postgresql.conf 2023-09-09 22:52:50 +02:00

README.md

delphi.market

A prediction market using the lightning network: https://delphi.market

Development

See Makefile