flow-nft
flow-nft copied to clipboard
Make `templates` package use the templates in `transactions`
Issue To Be Solved
We have accurate template transactions in the transactions folder but not all of them are included in the lib/go/templates package.
Suggest A Solution
- Use the go bindata tool and string replacer to get the template from
transactions/and replace the contract names and addresses with the provided arguments, similar to how it is done withGenerateCreateCollectionScriptintransaction_templates.go