#How to create new Soroban asset / token on testnet from cli?
1 messages · Page 1 of 1 (latest)
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
Thanks , I am not trying to wrap an existing asset, can I create a new soroban asset using thesame cli? or do I need to first create a stellar native asset ? then follow the steps you provided above ? if so can you provide me the link to create the stellar native asset
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