Guide on how to setup your Linux Machine for BTCPay Server development.
In case you are using Windows or Mac, You can use Visual studio. Visit this video by Nicolas.
Visual studio 2017 is not availabe for Linux. You have to use Visual studio code.
-
Install Visual studio code : https://code.visualstudio.com/download
-
Install .Net core : https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/intro Here you have to choose the Linux distribution you are using. I was using Ubuntu 18.04 x64. I am not sure what x64 stands for - maybe OS of versoin 64 bit.
-
Install Docker engine and docker compose : https://docs.docker.com/compose/install/