vspd/README.md
jholdstock 1c72b8f1e5 init
2020-05-13 17:08:02 +01:00

9 lines
361 B
Markdown

# dcrvsp
- `main.go` initialises the program with hard-coded config.
- `responses.go` contains the API response types copied from #625.
- `router.go` contains the webserver init and config.
- `methods.go` contains an implementation of payfee, copied from #625.
- `database.go` contains stubbed database methods.
- `wallet.go` contains stubbed dcrwallet calls.