Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,10 @@ if (result instanceof VerifyResult.Challenged) {
}
```

The client presents a Tempo credential in `Authorization`:
The endpoint can be tested using the [Tempo CLI](https://mpp.dev):

```json
{"transaction": "0x..."}
```

or, if already broadcast:

```json
{"hash": "0x..."}
```sh
tempo request https://your-api.com/your-endpoint
```

## Tempo + Stripe
Expand Down
Loading