Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

daniel-sampliner/blockchain-demo

Repository files navigation

blockchain-demo

Prerequisites

Necessary tools are contained and managed with Nix in default.nix. Refer to upstream documentation for instructions to install.

If not using Nix, manually install:

Instructions

  1. Create kind kubernetes cluster with command:

    :; kind create cluster --config config.yaml --wait 5m
  2. Load all Kubernetes manifests:

    :; redo -j$(nproc)
  3. Wait a couple minutes for the cluster to stabilize.

  4. Port-forward to the racecourse service:

    :; kubectl -n racecourse port-forward services/racecourse 3000:webapp
  5. Open http://localhost:8080 in web browser.

  6. Provide node connection URL: http://signer.besu-qbft:8545

  7. 🏇🏇🏇

Overview

  • k8s: Kubernetes manifests reponsible for the whole application stack.
  • racecourse: Racecourse application.
  • racecourse-operator: Operator responsible for deploying/managing Racecourse application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published