Note: To run this example, you need a testnet endpoint.
Steps to run this example on testnet:
- rename ".env.template" to ".env.testnet"
- uncomment, and set INTEGRATION_BASE to the testnet url //You can get it from here www.alchemy.com/starknet
- make sure you are in the "simpleInvoke" directory
- execute
go mod tidy
- execute
go run main.go