#How to create new Soroban asset / token on testnet from cli?

1 messages · Page 1 of 1 (latest)

soft spruce
#

In CLI you can use soroban lab token wrap to get the contract ID of a token. You'll need to specify a network and the asset (both name and issuer account)

#

Then, if you control the issuer account, you can call the token contract and use the mint function to create/send tokens from the CLI

meager bluff
soft spruce
#

Well it depends, if you want an asset that can exist on both Soroban and classic stellar, then you need to use the Stellar Asset Contract (as far as I know).
It doesn't have to exist yet (or at all) on classic side to be wrapped

#

If you want something on Soroban side only, then you can use a custom token contract. But then you'll have to find (or make) a contract for it, then deploy that via CLI