└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome EOS [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | 3 | A curated list of awesome EOS frameworks, libraries, software and resources. 4 | 5 | # 文档 6 | 7 | * [EOSIO](https://github.com/EOSIO) 8 | * [API](https://eosio.github.io/eos/) 9 | * [eosjs](https://github.com/EOSIO/eosjs) 10 | * [eosjs-api](https://github.com/EOSIO/eosjs-api) 11 | * [eosjs-ecc](https://github.com/EOSIO/eosjs-ecc) 12 | 13 | # 测试网络 14 | 15 | | EOS Testnet Name | URL | 16 | | --- | --- | 17 | | Scholar testnet | https://github.com/ScholarTestnet/scholar-server-config | 18 | | EOS.MediShares | https://github.com/MediShares/eos-medishares-testnet | 19 | | more.top | https://github.com/EOSMore/EOS-More-Testnet | 20 | | testnet party | https://party.eosmonitor.io/ | 21 | | eos-new-world-testnet | https://forums.eosgo.io/discussion/717/welcome-to-the-eos-new-world-testnet/p1?new=1 | 22 | 23 | # 节点监控 24 | 25 | https://github.com/EOSEssentials/EOS-Testnet-Monitor 26 | 27 | # 开源区块链浏览器 28 | 29 | https://github.com/perebor3/eosmonitor.info 30 | 31 | https://github.com/EOSEssentials/EOSTracker-API 32 | 33 | https://github.com/EOSEssentials/EOSTracker 34 | 35 | # 开发工具 36 | 37 | * [API测试工具 by OracleChain](https://github.com/OracleChain/EOSDevHelper) 38 | * [VScode](https://zhuanlan.zhihu.com/p/35879998) 39 | * [CLion](https://steemit.com/eos/@ukarlsson/eos-contracts-development-with-the-clion-ide) 40 | 41 | # 视频教程 42 | 43 | * [programmer walk thru of Ricardian Contract in EOS](https://vimeo.com/264667031) 44 | * [1000 transactions per seconds demo on EOS](https://vimeo.com/266585781) 45 | * [BUILDING DISTRIBUTED APPS ON EOS.IO](https://objectcomputing.com/resources/events/webinars/building-apps-with-eos/webinar-recording) 46 | 47 | # 合约模板 48 | 49 | * [官方wiki - Debug合约](https://github.com/EOSIO/eos/wiki/Smart%20Contract#8-debugging-smart-contract) 50 | * [官方wiki - Eosio.token, Exchange, and Eosio.msig Contracts](https://github.com/EOSIO/eos/wiki/Tutorial-eosio-token-Contract) 51 | * [Dice合约](https://zhuanlan.zhihu.com/p/35882764) 52 | * [Moment合约 & Voting合约](https://github.com/EOSMore/eos-contracts) 53 | * [Currenty合约(CLion)](https://github.com/ukarlsson/eos-clion-example) 54 | * [Ping合约](https://github.com/tylerdiaz/ping-eos) 55 | * [Dice合约](https://eosfans.io/topics/326) 56 | 57 | # C++资料 58 | 59 | ### Boost 60 | 61 | http://stlchina.huhoo.net/twiki/bin/view.pl/Main/BoostStartIntroduce 62 | 63 | http://einverne.github.io/tags.html#boost-ref 64 | 65 | # 社区技术文章 66 | 67 | * [EOS智能合约开发:第一节——准备发车](https://mp.weixin.qq.com/s/TanoyabJ18gAXnEy_wrClg) 68 | * [EOS使用Math API函数防止溢出](https://mp.weixin.qq.com/s/GTwlcU8FWmDWRcfqm5o6tw) 69 | * [EOS合约有哪些自定义类型?详解types.h](https://bihu.com/article/277651) 70 | * [一个测试基础功能的 shell 脚本](https://bihu.com/article/277353) 71 | * [The Exhaustive EOS FAQ](https://www.reddit.com/r/eos/comments/88585f/the_exhaustive_eos_faq/) 72 | * [李嘉图合约究竟讲了什么](https://mp.weixin.qq.com/s/b_GdQSBE7JAXume8hqr6Qg) 73 | * [EOS 数据库与持久化 API —— 架构](https://mp.weixin.qq.com/s/t79zDa5zUt50vnT6fnYi7Q) 74 | * [逐字逐句解读 BM 最新发布的 EOSIO Dawn 4.0 版本介绍](https://forums.eosgo.io/discussion/830/%E9%80%90%E5%AD%97%E9%80%90%E5%8F%A5%E8%A7%A3%E8%AF%BB-bm-%E6%9C%80%E6%96%B0%E5%8F%91%E5%B8%83%E7%9A%84-eosio-dawn-4-0-%E7%89%88%E6%9C%AC%E4%BB%8B%E7%BB%8D#latest) 75 | * [启动EOS主链,还差什么](https://forums.eosgo.io/discussion/876/%E5%90%AF%E5%8A%A8eos%E4%B8%BB%E9%93%BE-%E8%BF%98%E5%B7%AE%E4%BB%80%E4%B9%88) 76 | * [EOS中账户、钱包和密钥的关系](http://blog.eosdata.io/index.php/2018/05/07/eos-zhong-zhang-hu-qian-bao-he-mi-yao-de-guan-xi/) 77 | * [Building a To-do list with EOS](https://steemit.com/eos/@eos-asia/part-2-building-a-to-do-list-with-eos-or-working-with-persistent-data-in-eos) 78 | --------------------------------------------------------------------------------