Skip to content

Commit

Permalink
chore: add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bogoslavskiy committed May 16, 2022
1 parent da8c307 commit 4fec850
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deeplink-examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Deep links examples for tonkeeper

**Important:** `txrequest-url` and QRCodes from examples will not work on localhost, for testing you need to run on the server with `https`. `txrequest-inline` deep links will work on localhost.

Insert data into [TxBodyData.ts](https://github.com/tonkeeper/wallet-api/blob/deeplink-examples/deeplink-examples/src/TxBodyData.ts)

And run
```
$ yarn install
$ yarn start
```

0 comments on commit 4fec850

Please sign in to comment.