Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Jul 31, 2023
1 parent 5fe567c commit 9e859e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/simpleCall/ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
To run this example, you should use the ".env.template" to create a ".env.mainnet" file with the relevant (mainnet) url endpoint.
Steps to run this example on mainnet:
1. rename ".env.template" to ".env.template"
2. uncomment, and specify the mainnet url in "INTEGRATION_BASE"
3. make sure you are in the "simpleCall" directory
4. Execute "go mod tidy"
5. Execute "go run main.go"

0 comments on commit 9e859e8

Please sign in to comment.