C# node + REST-API installation
Last updated 6 years ago
Make sure you follow the steps listed in the section.
Delete your Conan cache to avoid conflict between versions:
conan remove "*" -f
git clone https://github.com/bitprim/bitprim-insight
cd bitprim-insight/bitprim.insight dotnet build /p:BCH=true -c Release -v normal
The project can also be built for BTC changing the parameter /p:BCH=true to /p:BTC=true