stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
57 stars 60 forks source link

feat: switch hello_world to String #314

Closed chadoh closed 2 months ago

chadoh commented 2 months ago

What

hello_world example now uses String instead of Symbol

Why

Symbols seem generally inferior?

Known limitations

Maybe we want to push newbies toward Symbol for some reason?