delphi.market/server/router/handler
ekzyis 845157c954 Add market form + page
* market form with question, description and end date
* markets cost 1k sats
* a goroutine polls pending invoices from the db and checks LND for their status
* markets are listed on front page (after paid)
* market page contains buttons to bet yes or no
* users have names now

TODO:
* show correct market percentage
* show how percentage changed over time in chart
* validate end date
* implement betting / order form
2024-08-24 02:35:15 -05:00
..
about.go Add /about 2024-07-10 09:14:06 +02:00
auth.go Remove unnecessary argument 2024-07-21 20:39:12 -05:00
handler_test.go Test logout 2023-11-03 23:38:23 +01:00
index.go Add market form + page 2024-08-24 02:35:15 -05:00
invoice.go Add market form + page 2024-08-24 02:35:15 -05:00
lnauth_test.go Fix route 2024-07-12 20:35:47 +02:00
logout_test.go Remove old code 2024-07-12 11:00:51 +02:00
market.go Add market form + page 2024-08-24 02:35:15 -05:00
user.go Implement logout 2024-07-14 13:39:42 +02:00