mte/README.md

17 lines
385 B
Markdown
Raw Normal View History

2025-11-02 16:00:26 +01:00
# MTE - the MirageOS Taler Exchange
build steps:
$ mirage configure -f unikernel/config.ml -t unix
$ gen_tls.sh foo
$ make
2025-11-06 19:24:23 +01:00
run:
./unikernel/dist/mte --pg-database taler-exchange --pg-port 5432 --pg-hostname localhost --pg-user mte --pg-password xxx
2025-11-02 16:00:26 +01:00
2025-11-06 19:24:23 +01:00
todo
- make a .opam file
- pin pgx to:
"git+https://github.com/pgx-ocaml/pgx.git#57c39ad93b712b4a9c1914be0c99172e050bc8e9"