SDK Flow for 100xLink Web-Based Wallet


Overview

This document outlines the flow of the SDK developed for the 100xLink web-based wallet. The SDK facilitates the construction of transaction objects at the consumer DApp’s end, validates these transactions on the 100xLink backend, signs them with the user's private key on the frontend, and returns the signed transaction object to the DApp for submission to the blockchain.


Flow Diagram

sdk-utilization-flow.png

sdk-utilization-flow.png


Step-by-Step Flow

1. Transaction Construction at Consumer DApp

2. Sending Transaction Object to 100xLink Backend

3. Transaction Validation and Processing at 100xLink Backend

4. Sending Signed Transaction Object Back to the DApp