Giter Site home page Giter Site logo

olive's Introduction

Olive is the code-name for a virtual financial services system.

FEATURES
Banking of virtual currencies (Moneybookers, Bitcoin, Linden Dollars, ...). Prevents money from being stolen.
Exchange where users can buy and sell currencies, for example selling USD for Bitcoin.
Upstream exchange robots offering prices on its own and other exchanges to improve liquidity.

TECHNOLOGY
Olive is written using the .NET framework, hosted on Microsoft Windows Server, and storing its data in Microsoft SQL Server.

Components
- Database
	To keep the system fast, most tough tasks are performed using stored procedures inside Microsoft SQL Server. The schema of the database is written in Transact SQL and stored inside source control.

- Data Access
	Data access is provided using the ADO.NET framework.

- Service layer
	All external access to the system is done through the service layer. The service layer uses Windows Communication Foundation (WCF) to expose services in various formats, such as SOAP and JSON. This abstraction allows for different presentation types, such as phone apps, and trading robots.

- Presentation
	The service is presented using Microsoft ASP.NET MVC. The possibility of a website written only in Javascript, is kept open.

DEVELOPMENT METHOD
- Test-Driven Development
	Security and reliability will be the top priority. Many virtual banks have been hacked with SQL injection, poor security checks, poor authorization of users, etc in the past.

OPEN SOURCE
The project source code is published on Github so that any user of the service can feel safe about using.

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.