[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-92807":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":18,"hasPages":18,"topics":20,"createdAt":10,"pushedAt":10,"updatedAt":21,"readmeContent":22,"aiSummary":23,"trendingCount":16,"starSnapshotCount":16,"syncStatus":24,"lastSyncTime":25,"discoverSource":26},92807,"peatio","hpyhacking\u002Fpeatio","hpyhacking","An open-source assets exchange.","",null,"Ruby",3598,2725,327,302,0,59,false,"legacy-2018",[],"2026-07-22 04:02:07","An open-source crypto currency exchange\n=====================================\n\nPeatio is a free and open-source crypto currency exchange implementation with the Rails framework and other cutting-edge technology.\n\n\n### Mission\n\nOur mission is to build the world best open-source crypto currency exchange with a high performance trading engine and safety which can be trusted and enjoyed by users. Additionally we want to move the crypto currency exchange technology forward by providing support and add new features. We are helping people to build easy their own exchange around the world.\n\nHelp is greatly appreciated, feel free to submit pull-requests or open issues.\n\n\n### Things You Should Know ###\n\nRUNNING AN EXCHANGE IS HARD.\n\nPeatio makes it easier, but running an exchange is still harder than a blog, which you can download the source code and following the guide or even a cool installer and boom!!! a fancy site is there to profit. We always prioritize security and speed higher than 1-click setup. We split Peatio to many components (processes) so it's flexible to deploy and scalable.\n\nSECURITY KNOWLEDGE IS A REQUIREMENT.\n\nPeatio cannot protect your customers when you leave your admin password 1234567, or open sensitive ports to public internet. No one can. Running an exchange is a very risky task because you're dealing with money directly. If you don't known how to make your exchange secure, hire an expert.\n\nYou must know what you're doing, there's no shortcut. Please get prepared before continue:\n\n* Rails knowledge\n* Security knowledge\n* System administration\n\n\n### Features\n\n* Designed as high performance crypto currency exchange.\n* Built-in high performance matching-engine.\n* Built-in [Proof of Solvency](https:\u002F\u002Fiwilcox.me.uk\u002F2014\u002Fproving-bitcoin-reserves) Audit.\n* Built-in ticket system for customer support.\n* Usability and scalibility.\n* Websocket API and high frequency trading support.\n* Support multiple digital currencies (eg. Bitcoin, Litecoin, Dogecoin etc.).\n* Easy customization of payment processing for both fiat and digital currencies.\n* SMS and Google Two-Factor authenticaton.\n* [KYC Verification](http:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FKnow_your_customer).\n* Powerful admin dashboard and management tools.\n* Highly configurable and extendable.\n* Industry standard security out of box.\n* Active community behind.\n* Free and open-source.\n* Created and maintained by [Peatio open-source group](http:\u002F\u002Fpeat.io).\n\n\n### Known Exchanges using Peatio\n\n* [Yunbi Exchange](https:\u002F\u002Fyunbi.com) - A crypto-currency exchange funded by BitFundPE\n* [One World Coin](https:\u002F\u002Foneworldcoin.com)\n* [Bitspark](https:\u002F\u002Fbitspark.io) - Bitcoin Exchange in Hong Kong\n* [MarsX.io](https:\u002F\u002Facx.io) - Australian Cryptocurrency Exchange\n\n### Mobile Apps ###\n\n* [Boilr](https:\u002F\u002Fgithub.com\u002Fandrefbsantos\u002Fboilr) - Cryptocurrency and bullion price alarms for Android\n\n### Requirements\n\n* Linux \u002F Mac OSX\n* Ruby 2.1.0\n* Rails 4.0+\n* Git 1.7.10+\n* Redis 2.0+\n* MySQL\n* RabbitMQ\n\n** More details are in the [doc](doc).\n\n\n### Getting started\n\n* [Setup on Mac OS X](doc\u002Fsetup-local-osx.md)\n* [Setup on Ubuntu](doc\u002Fsetup-local-ubuntu.md)\n* [Deploy production server](doc\u002Fdeploy-production-server.md)\n\n### API\n\nYou can interact with Peatio through API:\n\n* [API v2](http:\u002F\u002Fdemo.peat.io\u002Fdocuments\u002Fapi_v2?lang=en)\n* [Websocket API](http:\u002F\u002Fdemo.peat.io\u002Fdocuments\u002Fwebsocket_api)\n\nHere're some API clients and\u002For wrappers:\n\n* [peatio-client-ruby](https:\u002F\u002Fgithub.com\u002Fpeatio\u002Fpeatio-client-ruby) is the official ruby client of both HTTP\u002FWebsocket API.\n* [peatio-client-python by JohnnyZhao](https:\u002F\u002Fgithub.com\u002FJohnnyZhao\u002Fpeatio-client-python) is a python client written by JohnnyZhao.\n* [peatio-client-python by czheo](https:\u002F\u002Fgithub.com\u002Fczheo\u002Fpeatio-client-python) is a python wrapper similar to peatio-client-ruby written by czheo.\n* [peatioJavaClient](https:\u002F\u002Fgithub.com\u002Fclassic1999\u002FpeatioJavaClient.git) is a java client written by classic1999.\n* [yunbi-client-php](https:\u002F\u002Fgithub.com\u002Fpanlilu\u002Fyunbi-client-php) is a php client written by panlilu.\n\n### Custom Style\n\nPeatio front-end based Bootstrap 3.0 version and Sass, and you can custom exchange style for your mind.\n\n* change bootstrap default variables in `vars\u002F_bootstrap.css.scss`\n* change peatio custom default variables in `vars\u002F_basic.css.scss`\n* add your custom variables in `vars\u002F_custom.css.scss`\n* add your custom css style in `layouts\u002F_custom.css.scss`\n* add or change features style in `features\u002F_xyz.css.scss'\n\n`vars\u002F_custom.css.scss` can overwrite `vars\u002F_basic.css.scss` defined variables\n`layout\u002F_custom.css.scss` can overwrite `layout\u002F_basic.css.scss` and `layoputs\u002F_header.css.scss` style\n\n### Getting Involved\n\nWant to report a bug, request a feature, contribute or translate Peatio?\n\n* Browse our [issues](https:\u002F\u002Fgithub.com\u002Fpeatio\u002Fpeatio\u002Fissues), comment on proposals, report bugs.\n* Clone the peatio repo, make some changes according to our development guidelines and issue a pull-request with your changes.\n* Anything you want to tell us please send it to [community@peatio.com](mailto:community@peatio.com)\n* If you need technical support or customization service, contact us: [sales@peatio.com](mailto:sales@peatio.com)\n\n\n### License\n\nPeatio is released under the terms of the MIT license. See [http:\u002F\u002Fpeatio.mit-license.org](http:\u002F\u002Fpeatio.mit-license.org) for more information.\n\n\n### DONATE\n\n**Every satoshi of your kind donation goes into the ongoing work of making Peatio more awesome.**\n\n**peatio-opensource-donate** address [1HjfnJpQmANtuW7yr1ggeDfyfe1kDK7rm3](https:\u002F\u002Fblockchain.info\u002Faddress\u002F1HjfnJpQmANtuW7yr1ggeDfyfe1kDK7rm3)\n\n\n### What is Peatio?\n\n[Peatio](http:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FPixiu) (Chinese: 貔貅) is a Chinese mythical hybrid creature considered to be a very powerful protector to practitioners of Feng Shui.\n\n**[This illustration copyright for Peatio Team]**\n\n![logo](public\u002Fpeatio.png)\n\n\n","Peatio 是一个开源的加密货币交易所系统，用于搭建支持多币种交易的数字资产交易平台。其核心功能包括高性能订单匹配引擎、内置清偿能力审计（Proof of Solvency）、KYC身份验证、双因素认证（SMS\u002FGoogle Authenticator）、WebSocket实时API及多币种（如BTC、LTC、DOGE）与法币支付集成能力。基于Ruby on Rails构建，采用模块化架构设计，强调安全性与可扩展性，适合具备一定运维和安全能力的技术团队自主部署合规型加密货币交易所。",2,"2026-07-10 02:30:29","top_language"]