Inviting and accepting human avatars
1. Creation of Personal/Human Avatars :
Circles v2.0 will allow you to join the network as a human with a token ERC 1155 standard. You would have a profile and would require to be invited to join the network and start minting personal CRC tokens.
The V2 Hub contract is the main smart contract that a user would interact. You would need a profile CID as well.
Incase, you don't have CID, you can use the Profile
object and implicitly use the Circles pinning service to pin it:
Get an existing avatar
If you have the address of an existing avatar, you can get an instance by calling sdk.getAvatar(address)
. It returns either an AvatarInterface
instance or throws an error if the avatar can't be found.
Last updated