I found this in HTLC template. Wanted to know what tool was used to generate these 2 parameters (reference program and reference offsets). What is the process if I want to make my own template?
The first parameter is the base64 representation of the program bytes of the TEAL program and the referenceOffsets are byte offsets into that byte array for swapping template values. These were very specific to those templates. If you are trying to build your own templates, it is probably better to just use args to the TEAL program for now. Ie arg 0, arg 1 etc and then pass those on the command like or in the sdks. Does that make sense?