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: 2 additions & 0 deletions src/pages/guide/issuance/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { Cards, Card } from 'vocs'

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

These guides cover the full lifecycle from token creation through minting, fee support, and operational controls.

<Cards>
<Card
description="Create your own stablecoin using the TIP-20 token standard with built-in compliance features"
Expand Down
2 changes: 2 additions & 0 deletions src/pages/guide/node/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { Cards, Card } from 'vocs'

Running a Tempo node allows you to interact with the network directly, providing your own RPC access or contributing to network infrastructure. Nodes provide JSON-RPC API access for applications, explorers, and wallets but do not participate in consensus.

Start with the system requirements and installation guide, then use the RPC guide when you are ready to expose an endpoint for application traffic.

## Supported Platforms

Prebuilt binaries are available for:
Expand Down
2 changes: 2 additions & 0 deletions src/pages/guide/stablecoin-dex/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { Cards, Card } from 'vocs'

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

Use these guides when you need to route payments across stablecoins, inspect liquidity, or provide orders directly on the native exchange.

<Cards>
<Card
description="Learn about pathUSD, the root quote token that powers stablecoin interoperability"
Expand Down
2 changes: 2 additions & 0 deletions src/pages/learn/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Tempo is a general-purpose blockchain optimized for payments. Tempo is designed

Tempo was designed in close collaboration with an exceptional group of [design partners](https://tempo.xyz/ecosystem) who are helping to validate the system against real payment workloads. Here, we have written about what stablecoins are and how Tempo is designed from the ground up for the use cases they enable.

If you are new to Tempo, start with the stablecoin primer and then use the case studies below to map the architecture to concrete payment flows.

<Cards>
<Card
description="Learn what stablecoins are, how they work, and the real-world use cases they enable"
Expand Down
2 changes: 2 additions & 0 deletions src/pages/sdk/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { Cards, Card } from 'vocs'

Tempo is building clients in multiple languages to make integration as easy as possible.

Use the SDK for your application language, or pair these guides with the protocol references when you need lower-level transaction or token behavior.

<Cards>
<Card
description="Build on Tempo using TypeScript"
Expand Down
Loading