Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.06 KB

O3one Shapeshift REST API Client for .NET Build Status

O3one Shapeshift REST API client provides functionality of the Shapeshift API.

Installation

Using NuGet

With nuget :

Install-Package Shapeshift

Go on the nuget website for more information.

Testing

Just run the tests.

Contributing

  1. Fork this repository and make your changes in your fork
  2. Add or Update the tests and run them to make sure they pass
  3. Commit and push your changes to your fork git push origin master
  4. Submit a pull request and we will handle the rest :)

Known Issues / Gotcha

  • There are three missing methods

License

GPLv2 (See LICENSE file).