Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 741 Bytes

getting-started.md

File metadata and controls

11 lines (6 loc) · 741 Bytes

Getting started

  • Find or make a Kubernetes cluster. The easiest approach currently is probably k3s on an ubuntu system, but it should work on a variety of other kubernetes distributions.

  • Make sure you have enabled at least the dns and ingress components on the Kubernetes cluster, and that the ingress controller is traefik. This is the default in k3s.

  • Download and install dotnet 5.0 or later.

  • Build with dotnet build. You might need to run dotnet restore first to install package dependencies.

  • Run with dotnet run --project src/App/App.fsproj --configuration Release -- mission SimplePayment --image=<stellar-core-docker-image>