-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Milestone
Description
Utilize Substrate.NET.Wallet to implement the functionality for creating and loading wallets for players in the game. The account information should be saved in a local text file.
Target :
- The system should allow a player to create a new wallet using Substrate.NET.Wallet, by showing him a random 24 words mnemonic sentence.
- The system should allow a player to load an existing wallet using mnemonic or JSON + password.
- Upon wallet creation or loading, the JSON account information (without the password), should be saved in a local text file.