Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/pages/guide/issuance/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Cards, Card } from 'vocs'

# Stablecoin Issuance

Create and manage your own stablecoin on Tempo. Learn how to issue tokens, manage supply, and integrate with Tempo's payment infrastructure.
Create and manage your own stablecoin on Tempo. Learn how to issue tokens, manage supply, configure permissions, and integrate your stablecoin with Tempo's payment infrastructure.

<Cards>
<Card
Expand Down
3 changes: 1 addition & 2 deletions src/pages/guide/stablecoin-dex/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Cards, Card } from 'vocs'

# Exchange Stablecoins

Trade between stablecoins on Tempo's enshrined decentralized exchange (DEX). The DEX enables optimal pricing for cross-stablecoin payments while minimizing chain load.
Trade between stablecoins on Tempo's enshrined decentralized exchange (DEX). The DEX supports cross-stablecoin payments by routing through shared liquidity while minimizing chain load.

<Cards>
<Card
Expand Down Expand Up @@ -36,5 +36,4 @@ Trade between stablecoins on Tempo's enshrined decentralized exchange (DEX). The
icon="lucide:droplet"
title="Providing Liquidity"
/>

</Cards>
2 changes: 1 addition & 1 deletion src/pages/sdk/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Cards, Card } from 'vocs'

# SDKs

Tempo is building clients in multiple languages to make integration as easy as possible.
Use Tempo SDKs to send transactions, integrate account flows, and build with Tempo from the language or toolchain your application already uses.

<Cards>
<Card
Expand Down
Loading