Bitcoin Lightning Prediction Market
Go to file
ekzyis 5587aeb03a Fix query for lmsr.Q1 & lmsr.Q2 2024-08-26 05:57:31 -05:00
db Calculate probabilities using LMSR 2024-08-25 00:48:03 -05: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 Implement LMSR cost function 2024-08-25 00:45:14 -05:00
lnd Add 'expiry=' to 'invoice pending' log 2024-08-26 05:50:09 -05:00
public Update market form on input change 2024-08-26 05:50:09 -05:00
server Fix query for lmsr.Q1 & lmsr.Q2 2024-08-26 05:57:31 -05:00
test Index page with templ 2024-07-10 04:47:25 +02:00
types Update market form on input change 2024-08-26 05:50:09 -05:00
.gitignore Setup tailwindcss 2024-07-10 06:12:43 +02:00
LICENSE Add MIT license 2023-12-04 05:03:24 +01:00
Makefile Remove old code 2024-07-12 11:00:51 +02:00
README.md Create README + Makefile 2023-09-09 22:52:50 +02:00
docker-compose.yml Move postgresql.conf into db/ 2024-08-25 00:45:52 -05:00
go.mod Add market form + page 2024-08-24 02:35:15 -05:00
go.sum Add market form + page 2024-08-24 02:35:15 -05:00
hotreload.sh Fix duplicate build steps 2024-08-08 01:39:32 -05:00
main.go Add market form + page 2024-08-24 02:35:15 -05: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
shell.nix Add postgresql to shell.nix 2024-08-08 03:08:24 -05:00
tailwind.config.js Add market form + page 2024-08-24 02:35:15 -05:00

README.md

delphi.market

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

Development

See Makefile