stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Return strings for token name/symbol #256

Closed paulbellamy closed 1 year ago

paulbellamy commented 1 year ago

What

Update the example custom token contract to match changes in https://github.com/stellar/rs-soroban-env/pull/852

Why

The example tutorial here, uses this contract, and the hex-encoding/decoding of the name&symbol is tricky for some users.

Depends on

https://github.com/stellar/rs-soroban-env/pull/852

gitpod-io[bot] commented 1 year ago

sisuresh commented 1 year ago

Thanks! https://github.com/stellar/rs-soroban-sdk/pull/987 has the update to TokenMetadata which will fix your github failure.

sisuresh commented 1 year ago

I forgot this PR existed and updated the examples in a different PR.