Unit Test - TrackingChains/TrackingChain GitHub Wiki

Guide

To execute the unitests please follow the three steps:

NB: Required Dotnet (alternatively you can see the tests launched directly on the github action)

git clone https://github.com/TrackingChains/TrackingChain.git  
cd TrackingChain  
dotnet test test/TrackingChain.UnitTest/TrackingChain.UnitTest.csproj --verbosity normal  

UnitTest