Validating Usernames in a Smart Contract
Introduction
One of the first challenges in building an application is handling user registration.
We often need to allow users to choose their own username, while ensuring that each one is unique.
Usernames also usually require validation, with cons...
alexandercodes.hashnode.dev5 min read