/poloniex-dotnet

A .NET implementation for the Poloniex API for exchanging cryptocurrency.

Primary LanguageC#MIT LicenseMIT

Poloniex DotNet API

A .NET implementation for the Poloniex API for exchanging cryptocurrency.

Contributing

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.

Definition of Done

  1. All code must be unit tested with passing unit tests
  2. All code must meet the coding guidelines
  3. All public interfaces and public POCO classes must be fully documented with meaningful documentation