Skip to content

Commit

Permalink
docs: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Dec 1, 2023
1 parent ff797ce commit 4ffa035
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,18 @@ The message format is JSON string and this mini app demo message is defined as f
"message": "{\"signature\":\"rejected\"}"
```

#### Sign transaction

- Approve
```json
"message":"{\"signature\":\"0xacf1fadf82f619fc5adc8bf956d0312a99f9915bf5b19e5c5e952485308d741347075a4a5d0c4fa8a8784b8ce79d6d68040e028aa1e7e7c5ee82c52bd1982e831b\"}"
```

- Reject
```json
"message": "{\"signature\":\"rejected\"}"
```

#### Send transaction

- Approve
Expand Down

0 comments on commit 4ffa035

Please sign in to comment.