mradkov / aeternity-fungible-token

Aeternity blockchain Fungible Token reference implementation. The implementation is based on the proposed AEX9 standard for creating and usage of Sophia smart contract-based fungible tokens.
ISC License
6 stars 13 forks source link

allow "" as token name and symbol? #11

Closed thepiwo closed 5 years ago

mradkov commented 5 years ago

I think we can put a require check and allow names with a length of at least 1 letter.

thepiwo commented 5 years ago

yeah