#Finding deployed token contract on Stellar Expert

7 messages · Page 1 of 1 (latest)

fierce surge
#

I'm trying to use the Soroban CLI to wrap an asset into
a token contract.

I created an asset on Testnet "CASS", and then called soroban lab token wrap --asset CASS:GBXHSRRFBK7ZCBKGH2XQIRGC4UJI5MWQ3TEJEKZ2CZ5C34JC5L5A55VA --network testnet.
Where "GBX..." is the asset issuer address.

Presumably it worked because it returned a new contract address for a deployed token contract! But when I search the contract address on Stellar Expert (on testnet) nothing comes up.

Anyone know why Stellar Expert isn't picking it up? It's been a few hours since I ran the wrap command.

coarse tendon
#

As far as I know, Stellar Expert is not able to recognize assets through the Address of the token contract. Only Stellar classic assets can be searched

primal ravine
#

Stellar Explorer does currently have support for soroban: https://futurenet.steexp.com/
However, I don't know if/how that handles wrapped assets, but you can try with the contract id you got

fierce surge
#

Got it, thank you. I'm not able to find the contract id on Stellar Explorer either. Kind of exciting to be this early, but lots of work to do for sure.

#

If anyone here's working on a token explorer, or adding Soroban features to the existing explorers, I'd be curious to help out.

primal ravine
#

What do you want to see on the explorer sites? If you have the contract id of your asset, you can interact with that, right?

fierce surge