Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Sep 10, 2024
1 parent 318608f commit c8d8208
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs.renegade.fi/docs/technical-reference/typescript-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c8d8208

Please sign in to comment.