onflow / flixkit-go

Apache License 2.0
0 stars 7 forks source link

Generate FLIX 1.0.0 format #18

Closed bthaile closed 12 months ago

bthaile commented 1 year ago

Given a transaction or script in Cadence generate FLIX format 1.0.0

This functionality will not provide prompting the user, all data needs to be provided in comment blocks and flow.json

bjartek commented 1 year ago

I have a lot of this code in overflow already. Feel free to copy it over. https://github.com/bjartek/overflow/blob/flix2/flix.go and related files