GitBitEx is an open source cryptocurrency exchange.
We deployed a demo version on a cloud server (2 Cores CPU 4G RAM). All programs run on this server. include (mysql,kafka,redis,gitbitex-spot,nginx,web...).
https://gitbitex.com:8080/trade/BTC-USDT
npm install
npm start
npm run build
to build productionPlease let me know if you have any questions. You can submit an issue or send me an email (greensheng2001@gmail.com) or Telegram (https://t.me/greensheng)
This project welcomes contributions and suggestions and we are excited to work with the power user community to build the best exchange in the world
SPOT-4卫星于1998年3月24日发射成功。它是一颗光学对地观测卫星,有效载荷为2台HRVIR(High Resolution Visible Infra-Red)传感器。HRVIR传感器可以采集4个多光谱波段和1个单色波段的数据。多光谱波段数据的空间分辨率为20米,单色波段的空间分辨率为10米。与SPOT-2卫星的HRV传感器相比,SPOT-4卫星的HRVIR传感器增加了短波红
Enhancement Spot是SAP的一种增强方式,相当于容器的概念。 具体来说增强分为两种enhancement-section和enhancement-point,两者的区别有:enhancement-point没有代码,只是一个预留点,但是可以在其中新增implementation(在其中插入代码,);enhancement-section 只能是新代码代替旧代码,原代码不再执行(在se
Don't Repeat Yourself !!!,意思是说:任何一个知识点在系统内都应当有一个唯一、明确、权威的表述。这个原则也叫“真理的单点性(Single Point of Truth)”或者SPOT原则。 重复会导致前后矛盾、产生隐患问题的代码,原因是当你修改重复点时,往往只改变了一部分而并非全部。通常,这也意味着你对代码的组织没有想清楚。 常量、表和元数据之应该声明和初始化一次,