13 : Wrap an asset using stellar-sdk.
In a frontend we would like to help the user to wrap a Stellar Classic Asset in order to later, use it in a Soroban Smart Contract
Calculate the contract ID
We can calculate the wrapped contract ID, even if the asset does not yet exist:
See if the contract exist
We might call to a "balance" function and see if this fails?
Last updated