Bitcoin Lightning Prediction Market
Go to file
ekzyis 47183d3cf9 Add error.templ 2024-07-10 09:13:52 +02:00
db Fix tests 2024-07-09 12:33:56 +02:00
env refactor: fix init and use DI 2023-11-03 20:34:21 +01:00
fonts Randomize figlet font 2024-07-10 07:25:03 +02:00
lib Randomize figlet font 2024-07-10 07:25:03 +02:00
lnd Implement market settlement 2023-12-04 01:36:59 +01:00
pages Put js, css into own dirs 2024-07-10 04:54:26 +02:00
public Add error.templ 2024-07-10 09:13:52 +02:00
server Add error.templ 2024-07-10 09:13:52 +02:00
test Index page with templ 2024-07-10 04:47:25 +02:00
.gitignore Setup tailwindcss 2024-07-10 06:12:43 +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 Setup tailwindcss 2024-07-10 06:12:43 +02:00
README.md Create README + Makefile 2023-09-09 22:52:50 +02:00
docker-compose.yml Fix init.sql path in docker-compose.yml 2024-07-09 12:33:51 +02:00
go.mod Randomize figlet font 2024-07-10 07:25:03 +02:00
go.sum Randomize figlet font 2024-07-10 07:25:03 +02:00
hotreload.sh Setup tailwindcss 2024-07-10 06:12:43 +02:00
main.go Index page with templ 2024-07-10 04:47:25 +02: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
tailwind.config.js Set max-width to 768px for all screens 2024-07-10 07:35:07 +02:00

README.md

delphi.market

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

Development

See Makefile