e25a412c86
* Add initial stack for running go-nitro * Fix clone required repo command * Add step for cloning required repo * Build docker images for nitro protocol and nitro rpc client * Add todos in go-nitro and nitro-contracts container * Add todos in go-nitro readme * Replace top level version with name in docker compose files --------- Co-authored-by: Neeraj <neeraj.rtly@gmail.com>
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
|