ekzyis
845157c954
* 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 |
||
---|---|---|
db | ||
env | ||
fonts | ||
lib | ||
lnd | ||
public | ||
server | ||
test | ||
types | ||
.gitignore | ||
LICENSE | ||
MATCHMAKING.md | ||
Makefile | ||
README.md | ||
docker-compose.yml | ||
go.mod | ||
go.sum | ||
hotreload.sh | ||
main.go | ||
nginx.conf | ||
nginx.dev.conf | ||
postgresql.conf | ||
shell.nix | ||
tailwind.config.js |
README.md
delphi.market
A prediction market using the lightning network: https://delphi.market
Development
See Makefile