We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 Sardine On-Ramping capabilities to the SDK
Ridl: https://github.com/0xsequence/stack/blob/master/api/proto/api.ridl#L810
Specifically, we need to integrate the following endpoints:
The most important is SardineGetClientToken
You should also export a function that, given a SardineGetClientToken, returns the on-ramp link - Unity example: https://github.com/0xsequence/sequence-unity/blob/Feature/marketplaceCheckout/Packages/Sequence-Unity/Sequence/SequenceSDK/Pay/Sardine/SardineCheckout.cs#L145
Unity Sardine code can be found here: https://github.com/0xsequence/sequence-unity/tree/Feature/marketplaceCheckout/Packages/Sequence-Unity/Sequence/SequenceSDK/Pay/Sardine Not all of it is relevant immediately to this ticket, so look for code relevant to those endpoints
Please include BP support
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add Sardine On-Ramping capabilities to the SDK
Ridl: https://github.com/0xsequence/stack/blob/master/api/proto/api.ridl#L810
Specifically, we need to integrate the following endpoints:
The most important is SardineGetClientToken
You should also export a function that, given a SardineGetClientToken, returns the on-ramp link - Unity example: https://github.com/0xsequence/sequence-unity/blob/Feature/marketplaceCheckout/Packages/Sequence-Unity/Sequence/SequenceSDK/Pay/Sardine/SardineCheckout.cs#L145
Unity Sardine code can be found here: https://github.com/0xsequence/sequence-unity/tree/Feature/marketplaceCheckout/Packages/Sequence-Unity/Sequence/SequenceSDK/Pay/Sardine
Not all of it is relevant immediately to this ticket, so look for code relevant to those endpoints
Please include BP support
The text was updated successfully, but these errors were encountered: