Insight Installation
C# node + REST-API installation
Before the installation:
Make sure you follow the steps listed in the requirements section.
Delete your Conan cache to avoid conflict between versions:
conan remove "*" -f
Installation:
Clone the Bitprim-insight repository:
git clone https://github.com/bitprim/bitprim-insight
Build the project:
cd bitprim-insight/bitprim.insight
dotnet build /p:BCH=true -c Release -v normal
Last updated