Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 935 Bytes

getting-started.md

File metadata and controls

11 lines (6 loc) · 935 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 nginx-ingress.

  • Download and install the x86 version of dotnet 5.0 or later.

  • Build with dotnet build. You might need to run dotnet restore first to install package dependencies. If you installed a version of dotnet newer that 5.x, then you may be asked to install the dotnet 5.x runtime.

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