GithubHelp home page GithubHelp logo

logifuturewallet's Introduction

LogifutureWallet

Software Developer Coding Challenge![ref1]![ref1]

Congratulations on getting to this stage and thank you for taking the time to solve the following exercise.

The assignment should take less than 5-6 hours of your time, and you can submit a partial or incomplete solution.

Here are some ground rules:

  • We would like to see the solution implemented in Java
  • You can use any library and/or framework that you see fit
  • You don’t need to deal with deployment, CI/CD, etc.
  • Make sure to provide instructions on how to run your deliverable and any dependencies it might have.
  • Write code as you would expect if you were working as part of a team and deploying to production

Should you need any further information, please do not hesitate to contact us. Best of luck!

1 Wallet System

In a sports betting platform there needs to be a place where we can store the funds for each user. We call this a wallet.

Funds in a wallet can increase (e.g. by winning a bet, depositing money, getting a bonus etc.) or decrease (e.g. by placing a bet, withdrawing money etc.).

We would like you to design and implement a service which is in charge to store the funds and provide the functionality for manipulating the balance. The system should be able to handle a large number of concurrent users and should be fault-tolerant, meaning that it should continue to operate even if some of the nodes in the system fail.

Requirements:

  • We need a way to create a wallet.
  • We need a way to add funds to a wallet.
  • We need a way to remove funds from a wallet.
  • We need a way to query the current state of a wallet.
  • The client should interact with service with REST APIs.

Try to keep the code simple and design/write the code as you would expect if you were deploying to prod.

Feel free to add any extra features or designs to the wallet if you deem it necessary.

logifuturewallet's People

Contributors

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