Tz-Proxy is a reverse proxy specificly for Tezos Nodes written entirely in OCaml.
- Rate limit on Requests
- Blocklist for IPs
- Blocklist for endpoints routes
Run the nix command:
nix develop -L -c $SHELL
Build the codebase with:
dune build
Run test:
dune build @runtest --force --no-buffer