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