Lesson 3 - Create accounts
In this lesson, you will learn how to enable player accounts on the blockchain.
First, you'll start by installing the FT4 library and setting up FT4 accounts for users.
Next, you'll secure authentication using the auth
module. A global authentication handler will centralize user identity verification.
Lastly, we will update our tests to accommodate the changes made to FT4 authentication.