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
The Top Shot repo provides a templates package for generating transactions to interact with the smart contracts, but we need to document how to actually use the package to run transactions in your Go code.
Suggest A Solution
Write a tutorial for:
fetching the templates package with go get
Examples for fetching the contracts and templates. (you can see examples in the test package)
The text was updated successfully, but these errors were encountered:
Issue To Be Solved
The Top Shot repo provides a templates package for generating transactions to interact with the smart contracts, but we need to document how to actually use the package to run transactions in your Go code.
Suggest A Solution
go get
test
package)The text was updated successfully, but these errors were encountered: