
Installation: `./scripts/opam-pin.sh && opam install tezos-node tezos-client` Upgrade installed packages after a `git pull` (opam2 only): `./scripts/opam-upgrade.sh` Remove and cleanup every from the opam repo: `./scripts/opam-unpin.sh`
ocplib-resto (WIP)
This is a minimal OCaml library for type-safe HTTP/JSON RPCs.
This is based on a notion of service, à la Eliom, and it uses
ocplib-json-typed
for self-documenting JSON encoders.
See test_ezresto-directory/ezResto_test.ml
or test_resto-directory/resto_test.ml
for example.`