Coder Social home page Coder Social logo

Sanjay Kumar's Projects

java-binance-webapp icon java-binance-webapp

Create an application in Java, Maven using Binance Java Library. The application should handle orderbook updates and save the updates into a local database of your choice. Binance Java Library can be found here - https://github.com/binance-exchange/binance-java-api General Steps in your application: Subscribe to depth events and cache any events that are received. Get a snapshot from the rest endpoint and use it to build your initial depth cache. Apply any cache events that have a final updateId later than the snapshot's update id. Start applying any newly received depth events to the depth cache. The example repeats these steps, on a new web socket, should the web socket connection be lost. Note: Snapshots of the order book can be retrieved from the REST API. Delta changes to the book can be received by subscribing for updates via the web socket API. To ensure no updates are missed, it is important to subscribe for updates on the web socket API before getting the snapshot from the REST API. Get all BTC pair data (but only that you can buy using BTC ex: ETH/BTC, BNB/BTC ) and there are 100+ such pairs and store it in a local database. The database of your choice should be: Accurate, no data loss As fast as possible Take as least disk space as possible TIP: Able to handle time series data very well Bonus Points!! If you can display active order book for a selected pair (Ex:BNB/BTC) like below. The display should have pair selector, sell orders and buy orders. You can see an example from this link - https://www.binance.com/en/trade/pro/BNB_BTC

justcredossrversion icon justcredossrversion

Server side rendered version of just credo and is build with the help of vue.js and nuxt.js

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.