Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/pages/accounts/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,30 @@ description: Set up the Tempo Accounts SDK to create, manage, and interact with

import { Cards, Card } from 'vocs'
import { AccountsSignIn } from '../../components/guides/AccountsSignIn'
import * as Demo from '../../components/guides/Demo.tsx'
import * as Step from '../../components/guides/steps'

# Getting Started

## Overview

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

### Demo: Sign in

Try it out by logging into Tempo Wallet below:

<AccountsSignIn />

### Demo: Make a payment

Sign in, fund your account, and send a payment on Tempo.

<Demo.Container name="Make a Payment" footerVariant="source" src="tempoxyz/examples/tree/main/examples/payments">
<Step.AddFunds stepNumber={1} />
<Step.SendPayment stepNumber={2} last />
</Demo.Container>

## Quick Prompt

Prompt your agent:
Expand Down
Loading