Transfers
Once the core wallet module is in place, we've taken a Web 2 friendly approach to the Wallaby platform. We've unified transaction construction, signing, and broadcasting into a single cross chain, standardized API call. With seed phrase decryption and transport flows setup, it is as easy to execute blockchain transfers as any other Web 2 flow.
Use Case Examples
Our transfer function/API calls can be used across a variety of use cases. You can allow the parameters to be user inputs to offer a standard peer to peer transfer capability to wallet holders. Depending on your required encryption factors, this could be as simple as a button click if you have a valid session, but most commonly will require a password/pin.
{image of a standard transfer flow}
You can also use this same transfer capability in a variety of custom flows such as payments or trading.
{wires of these flows}
How to transfer funds to another wallet
With our SDK, you can simply use the transfer function as described in Transfers with the SDK to execute a transfer. Before doing so you should confirm that the encrypted seed is available in the expected storage location. If the keys are as expected, then the SDK will take care of auth, decryption, encryption/transport, and calling the transfer API for you.
Last updated