Create a Profile
Create a profile for your user
Last updated
Create a profile for your user
Last updated
Profiles play a central role, acting as the core for wallets, addresses, and transactions. When integrating a user into your system for blockchain interaction, having a wallet is key
Profiles establish a direct link between your system's users and their corresponding wallets in ours. Creating a profile involves sending the user type and a reference, such as a UUID or email. This reference is necessary for tasks like generating addresses and handling transactions.
Here are the properties for createProfile
function:
property | description | required | type |
---|---|---|---|
reference | specify which user | required | string |
type | specify which type of wallet. | required |
|
Example: of how to create a profile
The expected output