SRC-20: Fungible token standard

Some quick updates:

Thanks @furnic for the tip regarding mint_to. I’ll update the post to include that once it’s possible to edit posts ([Meta] Ability to edit posts).

Also, @fuel had a good post about the ability to store strings in Sway:

@fuel’s current token implementation (https://github.com/sway-gang/fuel-token-standard/blob/master/src/main.sw) currently uses fixed-length character arrays for the name & symbol elements. This is probably the best way to implement these strings today, however I believe the final token standard should use dynamic-length strings (which aren’t available yet).

6 Likes