Skip to content

Commit 2228fd7

Browse files
authored
feat: add interactive payment demo to accounts SDK getting started page (#238)
1 parent 0d2aaf7 commit 2228fd7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/pages/accounts/index.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,30 @@ description: Set up the Tempo Accounts SDK to create, manage, and interact with
55

66
import { Cards, Card } from 'vocs'
77
import { AccountsSignIn } from '../../components/guides/AccountsSignIn'
8+
import * as Demo from '../../components/guides/Demo.tsx'
9+
import * as Step from '../../components/guides/steps'
810

911
# Getting Started
1012

1113
## Overview
1214

1315
The Tempo Accounts SDK is a TypeScript library for applications and wallets to create, manage, and interact with accounts on Tempo.
1416

17+
### Demo: Sign in
18+
1519
Try it out by logging into Tempo Wallet below:
1620

1721
<AccountsSignIn />
1822

23+
### Demo: Make a payment
24+
25+
Sign in, fund your account, and send a payment on Tempo.
26+
27+
<Demo.Container name="Make a Payment" footerVariant="source" src="tempoxyz/examples/tree/main/examples/payments">
28+
<Step.AddFunds stepNumber={1} />
29+
<Step.SendPayment stepNumber={2} last />
30+
</Demo.Container>
31+
1932
## Quick Prompt
2033

2134
Prompt your agent:

0 commit comments

Comments
 (0)