Create User
User and Wallet Creation Process
Users are created immediately and will have a blockchain wallet asynchronously created in the background.
Wallet generation involves securely splitting the private key into encrypted fragments using Shamir’s Secret Sharing Scheme (SSSS). These fragments are then distributed across a fault-tolerant, distributed storage system across multiple platform providers with an additional layer of re-encryption to enhance security.
For large batches of users, the wallet creation process may take a few minutes to complete depending on the batch size and system load. Once complete, the users and their wallets are fully operational and available for blockchain transactions.
Key Features of the Process:
API Key Association: Each user is linked to your organization’s project application via the API key for secure access.
Asynchronous Processing: User wallet creation occurs in the background to avoid delays in the user experience.
Enhanced Security: Wallet secrets are created and split into encrypted fragments (SSSS) and stored in a distributed system with re-encryption.
Authorizations
The API Key you were given in the developer portal. API keys are associated with your organization's project application and can have read or write permissions and an optional expiration date.