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 deploy a TIP-20 token, mint supply, configure permissions, fund fee payments, and integrate the token with Tempo's payment infrastructure.

<Cards>
<Card
Expand Down
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.
Tempo clients are organized by language and toolchain so teams can integrate with the network from the stack they already use. Start with TypeScript for web and backend applications, Foundry for contract development, or the lower-level Go and Rust SDKs when you need direct control over node or protocol interactions.

<Cards>
<Card
Expand Down
Loading