Giter VIP home page Giter VIP logo

bittrex-mobile-app's Introduction

Bittrex.com Mobile App

An unofficial mobile app for bittrex.com crypto-currency exchange. Please note, this is likely out of sync with their latest API. I have stopped working on it (for now), but if anyone wants to contribute, please reach out.

Purpose

The purpose of the project is to build a mobile app consuming the bittrex.com API.

Technology

The app is built in React Native, and uses Redux for state management. It is currently a work-in-progress, with READ-only capability.

API keys are currently hard-coded in the ApiHelper.js file. An ApiHelper.js.example file is included in app/models. Add your keys to this file, and then save it as ApiHelper.js

Redux State Shape

{
  wallet: { wallet: "a Wallet model object", loading: true },
  order_history: { orders_list: "an OrdersList model object", loading: true },
  market_summary: { market_summary: "a MarketSummary model object", loading: true },
  open_orders: { orders_list: "an OrdersList model object", loading: true }
}

Initial Goals

Initial support is for READ-only access to the API, with the ability to trade coming later. This is my first foray into React Native, so I'm tackling the basics to get started.

Related links

https://github.com/mvayngrib/react-native-crypto

bittrex-mobile-app's People

Contributors

blakeage 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.