Integration Guide

A high-level overview of the integration process for rootVX’s tokenization platform

  1. Sign in to the Developer Console: Log in to the Developer Console and retrieve your Client ID and Client Secret. These credentials are required to authenticate your API requests.
  2. Get Platform Details: Use the API to retrieve details of an existing Platform. This includes key information such as the platform’s name, metadata, ledger addresses, and other configuration attributes.
  3. Mint or Create an Asset Token: Generate an Asset Token and associate it with the corresponding platform_id. This token represents a digital asset that will be used within the Platform.
  4. List & Retrieve Tokens: Fetch and display the available Asset Tokens within your application’s UI. Use API calls to retrieve token details for users to view and interact with.
  5. Create Investor Accounts: Set up Investor Accounts for end-users, allowing each investor to have their wallet linked to the rootVX platform. This enables them to hold, buy, and trade Asset Tokens.
  6. Buy or Transfer Tokens: Allow users to purchase Asset Tokens using their rootVX Wallet. Implement transfer functionality so users can send tokens to other investor accounts when needed.