15 lines
333 B
YAML
15 lines
333 B
YAML
|
version: "1.0"
|
||
|
name: go-nitro
|
||
|
description: "Stack to demonstrate payments between various services"
|
||
|
repos:
|
||
|
- github.com/cerc-io/go-nitro
|
||
|
containers:
|
||
|
- cerc/nitro-contracts
|
||
|
- cerc/nitro-rpc-client
|
||
|
# TODO: Uncomment after building container image
|
||
|
# - cerc/go-nitro
|
||
|
pods:
|
||
|
- nitro-contracts
|
||
|
- go-nitro
|
||
|
- nitro-rpc-client
|