README.md
An Order Matching Algorithm project based on David Veksler "Bitcoin Exchange Project".
This commit is contained in:
parent
c6bb32f0af
commit
9c7601308c
16
README.md
Normal file
16
README.md
Normal 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.
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user