You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We current have a go package for getting transaction templates, but we should also have a javascript package so users of the contracts can import and use the correct versions without having to copy and paste.
Suggest A Solution
Create a lib/go/javascript/templates package that does a similar thing to the lib/go/templates package.
It should use the transactions and scripts in transactions/ as a source of truth, replace the import addresses with user provided addresses, and return the correct transaction texts.
Context
Would like to get this implemented soon because more organizations are using the transactions and scripts.
The text was updated successfully, but these errors were encountered:
Issue To Be Solved
We current have a go package for getting transaction templates, but we should also have a javascript package so users of the contracts can import and use the correct versions without having to copy and paste.
Suggest A Solution
lib/go/javascript/templates
package that does a similar thing to thelib/go/templates
package.transactions/
as a source of truth, replace the import addresses with user provided addresses, and return the correct transaction texts.Context
Would like to get this implemented soon because more organizations are using the transactions and scripts.
The text was updated successfully, but these errors were encountered: