Users

Users on Opal manage and deploy NFT collections

Customization

New users will have Silika Studio Rig #2171 as their default profile picture. Users may customize their user avatar by interacting with the profile settings icon, uploading a new image, and confirming the changes.

Storage

Dynamic User Database

Dynamic enables users to group wallet addresses from a multitude of supported blockchains under a single account. Since both Opal and Tableland are EVM-specific for now, only EVM wallet addresses are applicable.

Tableland

The Users table in Tableland has the following schema:

{
    "id": text (PK)
    "avatar": text
}
  • id: Reference to the Dynamic user entry, conforming to the RFC 4122 format, i.e. xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.

  • avatar: IPFS content hash. Within the Opal UI, the content hash is inserted into an IPFS gateway URL to fetch the user's avatar image.

Last updated