All Projects → uduncloud → Bitex

uduncloud / Bitex

开源交易所系统

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Bitex

Mfcmapi
MFCMAPI
Stars: ✭ 501 (+721.31%)
Mutual labels:  exchange
Exchangelib
Python client for Microsoft Exchange Web Services (EWS)
Stars: ✭ 787 (+1190.16%)
Mutual labels:  exchange
Rabbitmq Delayed Message Exchange
Delayed Messaging for RabbitMQ
Stars: ✭ 982 (+1509.84%)
Mutual labels:  exchange
Python Poloniex
Poloniex API wrapper for Python 2.7 & 3
Stars: ✭ 557 (+813.11%)
Mutual labels:  exchange
Kline
一个 javascript K线插件. A K line library written in javascript.
Stars: ✭ 702 (+1050.82%)
Mutual labels:  exchange
Currencyviewer
Short python framework that dynamically displays and converts the cryptocurrencies in your Kraken wallet into equivalents fiat money.
Stars: ✭ 13 (-78.69%)
Mutual labels:  exchange
Atomicswap
On-chain atomic swaps for Decred and other cryptocurrencies.
Stars: ✭ 485 (+695.08%)
Mutual labels:  exchange
Yii2 Rabbitmq
RabbitMQ Extension for Yii2
Stars: ✭ 52 (-14.75%)
Mutual labels:  exchange
Octobot
Cryptocurrency trading bot: high frequency, daily trading, social trading, ...
Stars: ✭ 706 (+1057.38%)
Mutual labels:  exchange
Bitopro Api Node
Official nodejs SDK for the Bitopro(幣託) cryptocurrency exchange.
Stars: ✭ 29 (-52.46%)
Mutual labels:  exchange
Awesome Blockchain
Curated list of blockchain services and exchanges 🔥🏦🔥🏦🔥🏦🔥
Stars: ✭ 604 (+890.16%)
Mutual labels:  exchange
Urql
The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
Stars: ✭ 6,604 (+10726.23%)
Mutual labels:  exchange
Exchange
Php script works with currenries.
Stars: ✭ 21 (-65.57%)
Mutual labels:  exchange
Qtbitcointrader
Secure multi crypto exchange trading client
Stars: ✭ 520 (+752.46%)
Mutual labels:  exchange
Ost2pst
OST2PST - converts Outlook OST files to PST format
Stars: ✭ 46 (-24.59%)
Mutual labels:  exchange
Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (+701.64%)
Mutual labels:  exchange
Exchange Core
Ultra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees.
Stars: ✭ 801 (+1213.11%)
Mutual labels:  exchange
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (+1685.25%)
Mutual labels:  exchange
Eazebot
Free python/telegram bot for easy execution and surveillance of crypto trading plans on multiple exchanges.
Stars: ✭ 51 (-16.39%)
Mutual labels:  exchange
Cryptoinscriber
📈 A live cryptocurrency historical trade data blotter. Download live historical trade data from any cryptoexchange, be it for machine learning, backtesting/visualizing trading strategies or for Quantopian/Zipline.
Stars: ✭ 27 (-55.74%)
Mutual labels:  exchange

bitex

交易所系统

技术说明

本系统使用JAVA进行开发,基于spring-cloud进行系统搭建,使用maven进行构建工程。

环境准备

  1. JDK1.8
  2. mysql数据库,用于存储业务信息
  3. redis数据库,用于处理用户登录会话信息
  4. mongodb数据库,用于存储币币K线数据
  5. 安装kafka
  6. 优盾钱包接入(https://www.uduncloud.com)

额外功能准备

  1. OSS配置
  2. 短信服务配置
  3. 邮件配置
  4. 极验配置
  5. 谷歌验证配置

打包环境

打包命令,生成可执行jar包

mvn clean install

工程包说明

  1. core: 工程核心依赖包
  2. cloud: 微服务注册中心包
  3. admin: 管理后台服务
  4. exchange-core: 币币交易核心依赖包
  5. exchange:币币交易业务包
  6. exchange-api: 币币交易API服务包
  7. market: 行情服务包
  8. ucenter-api: 用户中心包
  9. wallet-bipay: 钱包管理服务包,接入优盾钱包
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].