2023-09-22 08:59:31 +00:00
|
|
|
version: "1.0"
|
|
|
|
name: fixturenet-payments
|
|
|
|
description: "Stack to demonstrate payments between various services"
|
|
|
|
repos:
|
|
|
|
# fixturenet repos
|
|
|
|
- github.com/cerc-io/go-ethereum
|
|
|
|
- github.com/cerc-io/lighthouse
|
|
|
|
- github.com/cerc-io/ipld-eth-db
|
|
|
|
- github.com/cerc-io/ipld-eth-server
|
2023-09-27 05:27:08 +00:00
|
|
|
- github.com/cerc-io/go-nitro@ts-interop
|
2023-09-22 08:59:31 +00:00
|
|
|
containers:
|
|
|
|
# fixturenet images
|
|
|
|
- cerc/go-ethereum
|
|
|
|
- cerc/lighthouse
|
|
|
|
- cerc/lighthouse-cli
|
|
|
|
- cerc/fixturenet-eth-genesis
|
|
|
|
- cerc/fixturenet-eth-geth
|
|
|
|
- cerc/fixturenet-eth-lighthouse
|
|
|
|
- cerc/ipld-eth-db
|
|
|
|
- cerc/ipld-eth-server
|
2023-09-27 05:27:08 +00:00
|
|
|
- cerc/go-nitro
|
2023-09-22 08:59:31 +00:00
|
|
|
pods:
|
|
|
|
- fixturenet-eth
|
|
|
|
- ipld-eth-server
|
|
|
|
- ipld-eth-db
|
2023-09-27 05:27:08 +00:00
|
|
|
- go-nitro
|