diff --git a/app/data/stacks/fixturenet-plugeth-loaded/README.md b/app/data/stacks/fixturenet-plugeth-loaded/README.md new file mode 100644 index 0000000..ecb0430 --- /dev/null +++ b/app/data/stacks/fixturenet-plugeth-loaded/README.md @@ -0,0 +1,6 @@ +# fixturenet-plugeth-loaded + +A "loaded" version of `fixturenet-eth` that uses PluGeth instead of go-ethereum, +with all the bells and whistles enabled. + +See `stacks/fixturenet-eth/README.md` for more information. diff --git a/app/data/stacks/fixturenet-plugeth-loaded/stack.yml b/app/data/stacks/fixturenet-plugeth-loaded/stack.yml new file mode 100644 index 0000000..003eb0e --- /dev/null +++ b/app/data/stacks/fixturenet-plugeth-loaded/stack.yml @@ -0,0 +1,28 @@ +version: "1.0" +name: fixturenet-plugeth-loaded +decription: "Loaded Plugeth-based Ethereum Fixturenet" +repos: + - git.vdb.to/cerc-io/plugeth # dev + - git.vdb.to/cerc-io/plugeth-statediff + - github.com/cerc-io/tx-spammer + - github.com/cerc-io/ipld-eth-server + - github.com/cerc-io/ipld-eth-db + - github.com/cerc-io/lighthouse +containers: + - cerc/plugeth + - cerc/plugeth-statediff + - cerc/lighthouse + - cerc/lighthouse-cli + - cerc/fixturenet-eth-plugeth + - cerc/fixturenet-eth-lighthouse + - cerc/ipld-eth-server + - cerc/ipld-eth-db + - cerc/keycloak + - cerc/tx-spammer +pods: + - fixturenet-plugeth + - tx-spammer + - fixturenet-eth-metrics + - keycloak + - ipld-eth-server + - ipld-eth-db