Giter Club home page Giter Club logo

gdax-dotnet's Introduction

GDAX DotNet API

A .NET Standard library for GDAX.

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

Running Tests

To run the unit tests, you will need to:

  1. login to https://public.sandbox.gdax.com/ and create an api key.
  2. Open an elevated command prompt
  3. Navigate to the test directory (Gdax.Tests)
  4. Run the following commands, replacing the tokens with your api key values. (If you prefer, you can alternatively create environment variables instead)
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.

Tips are appreciated!

  • BTC: 196JGgN3jGJTBoZkF1F2o68gJys81W9wss
  • ETH: 0x3764f75fe970d7dbc50066b9ae1cc926ad1f8ad2
  • LTC: LYHCMRoEc6jHHPDktmSE8ZMm3XYR1vSSGp
  • ZEC: t1fVDvSJnvnxhRN7jD2SARqLc8k66xzNDBF

gdax-dotnet's People

Contributors

aidangarnish avatar christopherhaws avatar sergiomcalzada avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.