Create README + Makefile

This commit is contained in:
ekzyis 2023-09-09 22:52:50 +02:00
parent 7094438152
commit 655ccb4a9b
2 changed files with 12 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
build: delphi.market
delphi.market: src/*.go
go build -o delphi.market ./src/
run:
go run ./src/

View File

@ -1,3 +1,7 @@
# delphi.market
A prediction market using the lightning network: https://delphi.market
## Development
See [Makefile](./Makefile)