Skip to content

treverson/bitex-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitex

Bitex - Open Source Exchange Platform

Demo]

How to install on Google Compute Engine

#Get Started

$ pip install -r requirements.txt

#Build and Run

$ cd ./jsdev
$ ./build_release.sh  # Or ./build_release.bat [Windows]

$ ./apps/trade/main.py
$ ./apps/ws_gateway/main.py
$ ./apps/mailer/main.py

Applications - Trade

Matching engine and the core of the BitEx platform

Applications - Ws Gateway

HTTP and WebSocket gateways

Applications - Mailer

Mailing application

Translating

cd ./jsdev/tools
$ python extract_messages.py  > /tmp/file_to_be_translated.xml

# translate the xml
$ cp /tmp/file_to_be_translated.xml  ./jsdev/translations/pt_BR.xtb

# edit the build_release.sh to include the translated version.
$ vi ./jsdev/build_release.sh

$ ./jsdev/build_release.sh  # recompile the application using the translated file

# translated the html static page
# vi ./static/statoshi_square.html

#Why the name of the folder is Bitex ?

Bitex stands for Bitcoin EXchnage and it was the first that we came up it name of our platform, by mid 2014 a company called bitex.la was formed in Argentina and we were forced to change our name, this source code it is not related in any form to bitex.la.

#License

Code released under the GNU GPL license.

Copyright 2014 BitEx, LTDA. BitEx is a trademark maintained by BitEx, LTDA.

  • Bitex - Bolsa Brasileira de Moedas Criptografadas is a company of Clebson Derivan

VIOLATORS OF THE GNU GPL LICENSE WILL BE PROSECUTED TO THE FULL EXTENT OF THE LAW FREE SOFTWARE FOR FREE PEOPLE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.4%
  • HTML 11.4%
  • Python 10.5%
  • CSS 3.6%
  • Shell 0.1%
  • Emacs Lisp 0.0%