No description
Find a file
2025-11-07 17:35:34 +01:00
data add dummy terms file 2025-11-02 16:38:31 +01:00
src lwt request_handler 2025-11-06 14:31:11 +01:00
unikernel 2025-11-07 17:35:34 +01:00
.gitignore customize skeleton 2025-11-02 15:21:21 +01:00
.ocamlformat fmt 2025-10-30 15:51:09 +01:00
.ocamlformat-ignore customize skeleton 2025-11-02 15:21:21 +01:00
dune-project 2025-11-07 17:35:34 +01:00
dune-workspace 2025-11-07 17:35:34 +01:00
gen_tls.sh ~ .gitkeep 2025-11-02 16:06:24 +01:00
Makefile 2025-11-07 17:35:34 +01:00
README.md pgx 2025-11-07 15:08:12 +01:00

MTE - the MirageOS Taler Exchange

build steps:

$ mirage configure -f unikernel/config.ml -t unix $ gen_tls.sh foo $ make

run: ./unikernel/dist/mte --pg-database taler-exchange --pg-port 5432 --pg-hostname localhost --pg-user mte --pg-password xxx

todo