From c8d820838ea717b4b47e2b61f43d5c5282cd7e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sehyun=20Chung=20=E2=9C=8C=EF=B8=8E?= <41171808+sehyunc@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:50:51 -0700 Subject: [PATCH] s --- .../docs/technical-reference/typescript-sdk.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs.renegade.fi/docs/technical-reference/typescript-sdk.md b/docs.renegade.fi/docs/technical-reference/typescript-sdk.md index 29d901d3..beea5a59 100644 --- a/docs.renegade.fi/docs/technical-reference/typescript-sdk.md +++ b/docs.renegade.fi/docs/technical-reference/typescript-sdk.md @@ -735,10 +735,20 @@ Promise that resolves to the ID of the `cancel order` task in the connected rela ## Examples -### Creating a wallet, placing and canceling an order +### Create a wallet -[Stackblitz Demo](https://stackblitz.com/edit/nodets-bnycf1?embed=1&file=src/main.ts&view=editor) +- [Stackblitz Demo](https://stackblitz.com/edit/nodets-yppjgz?embed=1&file=src%2Fmain.ts&view=editor) -### Deposit (Coming soon) +### Place an order + +- [Stackblitz Demo](https://stackblitz.com/edit/nodets-sr1qf2?embed=1&file=src%2Fmain.ts&view=editor) + +### Cancel an order + +- [Stackblitz Demo](https://stackblitz.com/edit/nodets-fusaar?embed=1&file=src%2Fmain.ts&view=editor) + +### Deposit + +- [Stackblitz Demo](https://stackblitz.com/edit/nodets-7cdu1z?embed=1&file=src%2Fmain.ts&view=editor) ### Withdraw (Coming soon)