Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 639 Bytes

wrap-token.mdx

File metadata and controls

25 lines (20 loc) · 639 Bytes
title hide_table_of_contents
Wrap a token using the Stellar Asset Contract
true

The Soroban CLI can be used to wrap an existing Stellar asset into a Stellar Asset Contract token that can be used in Soroban smart contracts:

soroban lab token wrap \
    --source S... \
    --network testnet \
    --asset ABC:G...

The same can be done for the native Lumens asset:

soroban lab token wrap \
    --source S... \
    --network testnet \
    --asset native