diff --git a/src/pages/accounts/index.mdx b/src/pages/accounts/index.mdx index ab782166..d1ec23e1 100644 --- a/src/pages/accounts/index.mdx +++ b/src/pages/accounts/index.mdx @@ -5,6 +5,8 @@ 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 @@ -12,10 +14,21 @@ import { AccountsSignIn } from '../../components/guides/AccountsSignIn' 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: +### Demo: Make a payment + +Sign in, fund your account, and send a payment on Tempo. + + + + + + ## Quick Prompt Prompt your agent: