README.md

An Order Matching Algorithm project based on David Veksler "Bitcoin Exchange Project".
This commit is contained in:
Ranchi-Mall 2017-09-17 20:40:55 +05:30 committed by GitHub
parent c6bb32f0af
commit 9c7601308c

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# flo-exchange
This is an order matching algorithm website code inspired by "Bitcoin Exchange Project"
by David Veksler (http://automagical.rationalmind.net/2013/10/16/bitcoin-order-matching-algorithm/).
The algorithm, however, may not exactly work same as David's as it was modified a little to meet Ranchi Mall's
Florincoin Exchange project.
The script contains basic functionalities of buying, selling and market order of, in fact, any article that can be traded online
(Florincoin tokens in our case). The system also contains a basic Facebook authentication system to store users basic information.
It is currently a singe page website with basic display of users, transactions and other important features that an exchange site
is expected to have.