From e1d2470b6a79143048f3ceae6aaae4ad7c156274 Mon Sep 17 00:00:00 2001 From: ssolit <49683577+ssolit@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:21:42 -0400 Subject: [PATCH] Update README.md (#11) --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ace5b2d3..73db8641 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# TEEService \ No newline at end of file +# TEEService + +## running the server + +`cargo build && sudo target/debug/TeeService` + +You should see something like `Listening on http://127.0.0.1:7878` + + +## Example Request + +curl http://127.0.0.1:7878/genesis/data + +