A .NET Standard library for GDAX.
All contributions must be checked into their own branch, containing only work related to a single feature or bug. When the work is ready to be merged to main, and meets all definitions of done, you can create a pull request which will then be reviewed to make sure all unit tests are passing.
To run the unit tests, you will need to:
dotnet user-secrets set GdaxCredentials:ApiKey "[API_KEY]"
dotnet user-secrets set GdaxCredentials:Passphrase "[PASSPHRASE]"
dotnet user-secrets set GdaxCredentials:Secret "[SECRET]"
Once this is done, you should be able to run the unit tests without any issue. If at some point most of the tests start failing it could be because the sandbox environment got reset so you will need to follow these steps again.