-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add utilities for preparing Conversion payments #1337
Comments
I'm reducing the scope by removing swap-to-conversion because we discovered that swap-to-conversion is not supported by the SDK at all. Adding swap-to-conversion to the SDK is a larger task and should be tracked separately. I created #1469 to track. |
@rodrigopavezi added Conversion to Request Invoicing in RequestNetwork/web-components#76. While doing so, he discovered that the utilities from Request Finance are not as easy to reuse as @MantisClone originally thought. So he ended up implementing his own utilities for preparing Conversion payments. The scope of this task has changed to formalizing the Conversion utilities that @rodrigopavezi developed by adding them to the RN SDK. |
Problem
Builders have experienced difficulty integrating Conversion, Swap-to-pay, and Swap-to-conversion payments due to the lack of utilities or templates for preparing transactions.
Solution
Open source the utilities that Request Finance uses to prepare Conversion, Swap-to-pay, and Swap-to-Conversion payments.Add utilities to the RN SDK for preparing Conversion payments.
Definition of Done
Copy the Request Finance utilities to the requestNetwork repo and make them easy to call.Unable to reuse them.Reference
These are the utilities written by Request Finance. We've since discovered that they're not as reusable as originally thought.
The text was updated successfully, but these errors were encountered: