Repository: nntaoli/awesome-cryptocurrency Branch: master Commit: 49238b19cd11 Files: 2 Total size: 3.1 KB Directory structure: gitextract_wqbqsw37/ ├── .travis.yml └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .travis.yml ================================================ language: golang script:true ================================================ FILE: README.md ================================================ 1. 开源交易所API接口实现项目 * [加密货币交易所API Golang实现] https://github.com/nntaoli-project/goex * [加密货币交易所API Java实现] https://github.com/knowm/XChange * [加密货币交易所API JavaScript / Python / PHP实现] https://github.com/ccxt/ccxt * [dydx.exchange RUST API] https://github.com/junta/dydx-v3-rust * [dydx.exchange golang API] https://github.com/fardream/go-dydx * [加密货币交易所API c++] https://github.com/f0cii/moxt-cpp * [加密货币交易所API c#] https://github.com/JKorf/CryptoExchange.Net 2. 开源策略实现项目列表 * [数字货币-三角套利机器人] https://github.com/zlq4863947/triangular-arbitrage * [币安三角套利策略] https://github.com/bmino/binance-triangle-arbitrage * [bitmex简单做市商策略] https://github.com/BitMEX/sample-market-maker * [现货搬砖对冲策略] https://github.com/maxme/bitcoin-arbitrage * [高频] https://github.com/alexey-ernest/go-hft-orderbook * [bitfinex放贷机器人] https://github.com/BitBotFactory/MikaLendingBot 3. 开源策略框架项目列表 * [goex_backtest 基于goex tick级,基于fetch驱动,而非event驱动的数字货币回测系统] https://github.com/nntaoli-project/goex_backtest * [golang写的一个加密货币程序交易框架] https://github.com/aleibovici/cryptopump * [golang加密货币策略交易框架] https://github.com/rodrigo-brito/ninjabot * [vnpy] https://github.com/vnpy/vnpy * [Go实现基于事件模型的回测框架] https://github.com/dirkolbrich/gobacktest * [py异步事件驱动策略框架] https://github.com/TheNextQuant/thenextquant * [基于GoEx的行情中心] https://github.com/goex-top/market_center * [渔夫量化系统(具有web管理端)] https://github.com/yufuquant/yufuquant * [Self-hosted crypto trading bot (automated high frequency market making) written in C++] https://github.com/ctubio/Krypto-trading-bot 4. 加密货币,区块链技术项目列表 * [比特币Bitcoin] https://github.com/bitcoin/bitcoin * [比特币java全节点实现] https://github.com/bitcoinj/bitcoinj * [比特币Golang全节点实现] https://github.com/btcsuite/btcd * [Rust Bitcoin] https://github.com/rust-bitcoin * [以太坊 ETH] https://github.com/ethereum/go-ethereum * [ Storj ] https://github.com/storj/storj * [Uniswap V3 智能合约] https://github.com/Uniswap/v3-core * [Uniswap V4 智能合约,去中心化交易所] https://github.com/Uniswap/v4-core * [ XRP] https://github.com/ripple/rippled * [ BCH] https://github.com/Bitcoin-ABC/bitcoin-abc * [ BSV] https://github.com/bitcoin-sv/bitcoin-sv * [莱特币LTC] https://github.com/litecoin-project/litecoin * [EOS] https://github.com/EOSIO/eos * [波场TRX] https://github.com/tronprotocol/java-tron * [ATOM]https://github.com/cosmos/cosmos-sdk * [viabtc开源矿池] https://github.com/viabtc/viabtc_mining_server 5. 加密货币开源钱包 * [比特币钱包] https://github.com/bitcoin-wallet/bitcoin-wallet * [比特币HD钱包bip39] https://github.com/spesmilo/electrum * [比特币HD钱包] https://github.com/bither/bither-android (可以拿来搭建冷钱包,强烈推荐) 6. 实用的小工具 * [在MacBook Touch Bar显示加密货币价格] https://github.com/T-Pham/CoinPriceBar * [下载币安k线历史数据的一个小程序] https://github.com/nntaoli-project/download_binance_kline_history * [一个独立bitcoin 私钥公钥地址生成器] https://github.com/vsergeev/btckeygenie 7. 加密货币开源交易所 * [数字货币现货交易所] https://github.com/gitbitex/gitbitex-spot * [viabtc 交易所服务器端开源代码] https://github.com/viabtc/viabtc_exchange_server (c语言实现) 8. Defi 去中心化金融智能合约 * [Curve] https://github.com/curvefi/curve-contract * [aave] https://github.com/aave/aave-protocol