Integration Guide
A high-level overview of the integration process for rootVX’s tokenization platform
- 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.
- 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.
- 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. - 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.
- 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.
- 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.
Updated 30 days ago