Enjin Identities - Reading Assignment

  1. Its a link between a user and their wallet address associated to the game. If an identity is not linked to a wallet you cant proof ownership.
  2. you kind of need a master account overseeing all individual identities.
  3. Code is used to link your Enjin identity to an Ethereum address.
2 Likes

Enjin Identities - Reading Assingmment Answers

  1. Enjin Ids are links between a user and the wallet address associated with a game used to prove ownership.

  2. To Differentiate between administrator (master account) and users, preventing the risk that users could access assets that only an admin should handle. Since we are only allowed one identity per game this separation of accounts allows us to have one account to have an overview of all identities.

  3. The linking code is used to connect and relate an Enjin identity with an Ethereum address

1 Like
  1. An Enjin identity, defines a user unique per game per account.
  2. you can hold multiple identities on one account.
  3. Links your wallet to the game.
2 Likes

1.Q.What are Enjin Identities?
1.A.establishes your unique identity on the Enjin network and associated profile

2.Q.What could be the point of having identities as well as Enjin Accounts?
Why do we need both?
2.A. Account manage in-game goods and assets and to transact which then
store in-game cryptocurrency

2.A.Identity needed to uniquely ID transact assets and links Enjin accounts to a game and to an Ethereum Address.

3.Q.How is the linking code used?
To link assets to a ETH Address

1 Like

:one: What are Enjin Identities?

Enjin Identities are Ethereum addresses which are linked to your Enjin Trusted Cloud Identity.
When a transaction is submitted on the Enjin platform, it is sent to the Enjin Identity address, which signs the transaction, and send it back to the Trusted Cloud.

:two: What could be the point of having identities as well as Enjin Accounts? Why do we need both?

You may wish to create multiple games, and therefore would require multiple identities for each game.
It would not be ideal if you made more than 1 game on your Enjin account, and the single identity controlled movements between multiple games.

:three: How is the linking code used?

The linking code is signed by an Ethereum wallet to connect that wallet to the Enjin Identity.

1 Like

1.define a unique user to 1 game per 1 account (at a time I guess)
2. to have a master account managing multiple identities (under that account), among else security is one reason, but there are practical ones as well
3. links your wallet to ETH address and game.

:one: What are Enjin Identities?
Enjin identities are unique identifiers within an Enjin project.

:two: What could be the point of having identities as well as Enjin Accounts? Why do we need both?
We can separate task and levels of access between admins and normal users.

:three: How is the linking code used?
The linking code is used to connect or link and identity with an Ethereum address.