All Projects → yobett → oec-ng

yobett / oec-ng

Licence: other
OEC 现货交易助手(前端)

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to oec-ng

awesome-defi
Curated list of awesome DeFi protocols, dapps, wallets and other resources
Stars: ✭ 36 (+157.14%)
Mutual labels:  huobi, binance, okex
Nescience-Indexing-CLI
Nescience Software & Capital Rebalancing Tool
Stars: ✭ 26 (+85.71%)
Mutual labels:  huobi, binance, okex
binance-php
Binance API Like the official document interface, Support for arbitrary extension.
Stars: ✭ 83 (+492.86%)
Mutual labels:  huobi, binance, okex
cryptogalaxy
Get any cryptocurrencies ticker and trade data in real time from multiple exchanges and then save it in multiple storage systems.
Stars: ✭ 96 (+585.71%)
Mutual labels:  huobi, binance, okex
huobi CSharp
CSharp SDK for Huobi Spot API
Stars: ✭ 47 (+235.71%)
Mutual labels:  huobi, spot
pyjuque
⚡ Open Source Algorithmic Trading Bot for Python.
Stars: ✭ 318 (+2171.43%)
Mutual labels:  binance, okex
huobi Cpp
C++ SDK for Huobi Spot API
Stars: ✭ 56 (+300%)
Mutual labels:  huobi, spot
coinx-ios
虚拟货币交易平台聚合APP coinx IOS端. bitmex,OKEX,huobi
Stars: ✭ 23 (+64.29%)
Mutual labels:  huobi, okex
Benzaiboten-spot-trading-bot
A trading bot easy to use to be linked to your favorite exchange to automatize the trading on cryptocurrencies
Stars: ✭ 20 (+42.86%)
Mutual labels:  spot, binance
binance-connector-dotnet
Lightweight connector for integration with Binance API
Stars: ✭ 77 (+450%)
Mutual labels:  spot, binance
py-spotme
A CLI tool that creates AWS spot instances on the fly
Stars: ✭ 16 (+14.29%)
Mutual labels:  spot
django-crypto-trading-bot
Multi-Account simple trading bot
Stars: ✭ 36 (+157.14%)
Mutual labels:  binance
GOAi
No description or website provided.
Stars: ✭ 57 (+307.14%)
Mutual labels:  okex
pump-and-dump-dataset
Additional material for paper: Pump and Dumps in the Bitcoin Era: Real Time Detection of Cryptocurrency Market Manipulations, ICCCN '20
Stars: ✭ 66 (+371.43%)
Mutual labels:  binance
binance-pump-alerts
Tracks prices of pairs on binance and notifies when price movements based on pre-defined parameters are met.
Stars: ✭ 65 (+364.29%)
Mutual labels:  binance
TSSKit-Threshold-Signature-Scheme-Toolkit
The project is open-sourced and funded by Binance Lab.
Stars: ✭ 70 (+400%)
Mutual labels:  binance
igthorn
Cryptocurrency trading platform
Stars: ✭ 86 (+514.29%)
Mutual labels:  binance
huobi-PC
火币桌面客户端,基于electorn-vue开发
Stars: ✭ 56 (+300%)
Mutual labels:  huobi
BitView
A crypto portfolio written in Flutter. It supports Binance, Bittrex, HitBTC, Coinbase, Coinbase Pro and Mercatox
Stars: ✭ 50 (+257.14%)
Mutual labels:  binance
binance-chain-python
Binance chain SDK in Python
Stars: ✭ 22 (+57.14%)
Mutual labels:  binance

OEC 现货交易助手(前端)

简介

这里是OEC现货交易助手的前端部分,采用Angular开发。后端部分见 https://github.com/yobett/oec-nest

更多介绍见后端项目。

界面截图见 Wiki

Build

进入项目目录,安装依赖:

npm install

开发环境

部署、运行后端。

打开src/environments/environment.ts,确认后端地址(默认不用修改)。

启动前端:

npm run start

访问:http://localhost:4200/

生产环境

进入src/environments/目录,把environment.prod-temp.ts拷贝到environment.prod.ts,配置生产环境的后端地址。

构建:

npm run build

把生成的dist/oec文件夹拷到生产服务器上。

License

MIT

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].