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 + +