-
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
andingress
components on the Kubernetes cluster, and that theingress
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 rundotnet restore
first to install package dependencies. -
Run with
dotnet run --project src/App/App.fsproj --configuration Release -- mission SimplePayment --image=<stellar-core-docker-image>