golem-examples 1.1.1

Golem example templates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
See the documentation about installing tooling: https://learn.golem.cloud/docs/go-language-guide/setup
and see more details in the README.md file about other commands.

Before first time build, generate RPC stubs:
  go run mage.go updateRpcStubs

Generate bindings, compile and compose components:
  go run mage.go build

Deploy components to default profile:
  go run mage.go deploy

Test the deployed components:
  go run mage.go testIntegration