From a917b9dc21f1ea1c46b07f798e2b2c16d45e1e1c Mon Sep 17 00:00:00 2001 From: cipher wang <37256659+CipherWang@users.noreply.github.com> Date: Wed, 27 Dec 2023 09:29:49 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d532827..c0d3e8f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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\"}" -``` \ No newline at end of file +```