Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.21 KB

getting-started.md

File metadata and controls

14 lines (8 loc) · 1.21 KB

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 8.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 8.x, then you may be asked to install the dotnet 8.x runtime.

  • To run new parallel catchup mission MissionHistoryPubnetParallelCatchupV2, it requires Helm to be installed on the machine.

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