onflow / flow-interaction-template-tools

Apache License 2.0
6 stars 0 forks source link

Create a utility which creates language specific adapters for Interaction Templates #8

Open JeffreyDoyle opened 1 year ago

JeffreyDoyle commented 1 year ago

Issue to be solved

Using the same pattern as our existing "Stored Interactions", we should create a utility which consumes an Interaction Template and generates/code-gens a language specific adapter for carrying out that Interaction.

The adapter should wrap the logic of that languages SDK, handle any configuration if necessary, and export a function which consumes the arguments of the Interaction and carries it out when invoked.

Suggest A Solution

No response

What are you currently working on that this is blocking?

No response

justinbarry commented 1 year ago

@JeffreyDoyle Would this encompass this task?