Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CipherWang authored Dec 27, 2023
1 parent 09077c1 commit a917b9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ pnpm install
2. Update `CALLBACK_SERVER_URL` and `JOYID_APP_URL` in `env/index.ts`

> The `CALLBACK_SERVER_URL` is your own server url like the `https://api.example.com/bot/api/v1/` and the more information is provided below.
>
> The `JOYID_APP_URL` is the joyid wallet app url, please set to https://testnet.joyid.dev for staging env, or https://app.joy.id for product env.
3. Build and Test

Expand Down Expand Up @@ -152,4 +154,4 @@ The message format is JSON string and this mini app demo message is defined as f
- Reject
```json
"message": "{\"txHash\":\"rejected\"}"
```
```

0 comments on commit a917b9d

Please sign in to comment.