Skip to content

Commit

Permalink
Update README.md (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolit authored Oct 25, 2024
1 parent 83d629c commit e1d2470
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# TEEService
# 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


0 comments on commit e1d2470

Please sign in to comment.