onflow / flow-evm-bridge

Repository for contracts supporting bridge between Flow <> EVM
The Unlicense
8 stars 4 forks source link

Generate FLIX templates from transactions & scripts #41

Open sisyphusSmiling opened 2 months ago

sisyphusSmiling commented 2 months ago

Issue To Be Solved

FLIX is a helpful tool for developers, enabling them to execute scripts & transactions from remote templates without the need to configure a project themselves will all dependencies. This is especially helpful for a project like the bridge which will likely be commonly used and has a mass of internal dependencies.

### Tasks
- [ ] Add a `cadence/flix` directory to this repo containing FLIX templates of all commonly used scripts and transactions
- [ ] Direct developers to use these templates
- [ ] Add these templates to [onflow/flow-interaction-template-service](https://github.com/onflow/flow-interaction-template-service)
sisyphusSmiling commented 2 months ago

Since FLIX templates are pinned to their dependencies, this task is blocked by #40