├── .gitignore ├── LICENSE ├── README-zh.md └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | CC0 1.0 Universal 2 | 3 | Statement of Purpose 4 | 5 | The laws of most jurisdictions throughout the world automatically confer 6 | exclusive Copyright and Related Rights (defined below) upon the creator and 7 | subsequent owner(s) (each and all, an "owner") of an original work of 8 | authorship and/or a database (each, a "Work"). 9 | 10 | Certain owners wish to permanently relinquish those rights to a Work for the 11 | purpose of contributing to a commons of creative, cultural and scientific 12 | works ("Commons") that the public can reliably and without fear of later 13 | claims of infringement build upon, modify, incorporate in other works, reuse 14 | and redistribute as freely as possible in any form whatsoever and for any 15 | purposes, including without limitation commercial purposes. These owners may 16 | contribute to the Commons to promote the ideal of a free culture and the 17 | further production of creative, cultural and scientific works, or to gain 18 | reputation or greater distribution for their Work in part through the use and 19 | efforts of others. 20 | 21 | For these and/or other purposes and motivations, and without any expectation 22 | of additional consideration or compensation, the person associating CC0 with a 23 | Work (the "Affirmer"), to the extent that he or she is an owner of Copyright 24 | and Related Rights in the Work, voluntarily elects to apply CC0 to the Work 25 | and publicly distribute the Work under its terms, with knowledge of his or her 26 | Copyright and Related Rights in the Work and the meaning and intended legal 27 | effect of CC0 on those rights. 28 | 29 | 1. Copyright and Related Rights. A Work made available under CC0 may be 30 | protected by copyright and related or neighboring rights ("Copyright and 31 | Related Rights"). Copyright and Related Rights include, but are not limited 32 | to, the following: 33 | 34 | i. the right to reproduce, adapt, distribute, perform, display, communicate, 35 | and translate a Work; 36 | 37 | ii. moral rights retained by the original author(s) and/or performer(s); 38 | 39 | iii. publicity and privacy rights pertaining to a person's image or likeness 40 | depicted in a Work; 41 | 42 | iv. rights protecting against unfair competition in regards to a Work, 43 | subject to the limitations in paragraph 4(a), below; 44 | 45 | v. rights protecting the extraction, dissemination, use and reuse of data in 46 | a Work; 47 | 48 | vi. database rights (such as those arising under Directive 96/9/EC of the 49 | European Parliament and of the Council of 11 March 1996 on the legal 50 | protection of databases, and under any national implementation thereof, 51 | including any amended or successor version of such directive); and 52 | 53 | vii. other similar, equivalent or corresponding rights throughout the world 54 | based on applicable law or treaty, and any national implementations thereof. 55 | 56 | 2. Waiver. To the greatest extent permitted by, but not in contravention of, 57 | applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and 58 | unconditionally waives, abandons, and surrenders all of Affirmer's Copyright 59 | and Related Rights and associated claims and causes of action, whether now 60 | known or unknown (including existing as well as future claims and causes of 61 | action), in the Work (i) in all territories worldwide, (ii) for the maximum 62 | duration provided by applicable law or treaty (including future time 63 | extensions), (iii) in any current or future medium and for any number of 64 | copies, and (iv) for any purpose whatsoever, including without limitation 65 | commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes 66 | the Waiver for the benefit of each member of the public at large and to the 67 | detriment of Affirmer's heirs and successors, fully intending that such Waiver 68 | shall not be subject to revocation, rescission, cancellation, termination, or 69 | any other legal or equitable action to disrupt the quiet enjoyment of the Work 70 | by the public as contemplated by Affirmer's express Statement of Purpose. 71 | 72 | 3. Public License Fallback. Should any part of the Waiver for any reason be 73 | judged legally invalid or ineffective under applicable law, then the Waiver 74 | shall be preserved to the maximum extent permitted taking into account 75 | Affirmer's express Statement of Purpose. In addition, to the extent the Waiver 76 | is so judged Affirmer hereby grants to each affected person a royalty-free, 77 | non transferable, non sublicensable, non exclusive, irrevocable and 78 | unconditional license to exercise Affirmer's Copyright and Related Rights in 79 | the Work (i) in all territories worldwide, (ii) for the maximum duration 80 | provided by applicable law or treaty (including future time extensions), (iii) 81 | in any current or future medium and for any number of copies, and (iv) for any 82 | purpose whatsoever, including without limitation commercial, advertising or 83 | promotional purposes (the "License"). The License shall be deemed effective as 84 | of the date CC0 was applied by Affirmer to the Work. Should any part of the 85 | License for any reason be judged legally invalid or ineffective under 86 | applicable law, such partial invalidity or ineffectiveness shall not 87 | invalidate the remainder of the License, and in such case Affirmer hereby 88 | affirms that he or she will not (i) exercise any of his or her remaining 89 | Copyright and Related Rights in the Work or (ii) assert any associated claims 90 | and causes of action with respect to the Work, in either case contrary to 91 | Affirmer's express Statement of Purpose. 92 | 93 | 4. Limitations and Disclaimers. 94 | 95 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 96 | surrendered, licensed or otherwise affected by this document. 97 | 98 | b. Affirmer offers the Work as-is and makes no representations or warranties 99 | of any kind concerning the Work, express, implied, statutory or otherwise, 100 | including without limitation warranties of title, merchantability, fitness 101 | for a particular purpose, non infringement, or the absence of latent or 102 | other defects, accuracy, or the present or absence of errors, whether or not 103 | discoverable, all to the greatest extent permissible under applicable law. 104 | 105 | c. Affirmer disclaims responsibility for clearing rights of other persons 106 | that may apply to the Work or any use thereof, including without limitation 107 | any person's Copyright and Related Rights in the Work. Further, Affirmer 108 | disclaims responsibility for obtaining any necessary consents, permissions 109 | or other rights required for any use of the Work. 110 | 111 | d. Affirmer understands and acknowledges that Creative Commons is not a 112 | party to this document and has no duty or obligation with respect to this 113 | CC0 or use of the Work. 114 | 115 | For more information, please see 116 | -------------------------------------------------------------------------------- /README-zh.md: -------------------------------------------------------------------------------- 1 | # [Awesome Flow](https://github.com/onflow/flow) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | 3 | 面向软件开发人员的 `Flow` 服务和工具精选清单 4 | 5 | 6 | ## 语言: [英文](README.md) | [中文](README-zh.md) 7 | 8 | ![Flow](https://swarm-gateways.net/bzz:/bdf1a552d42b836b631003ff090ca0b269695886f3290460a3f39ebf001076fc/1_oTf4LOcL8j3joAPzDcqkTw.png) 9 | 10 | 11 | ## 目录 12 | 13 | - [Awesome Flow](#awesome-flow) 14 | - [目录](#目录) 15 | - [Flow 区块链](#Flow区块链) 16 | - [网络配置](#网络配置) 17 | - [Cadence语言](#Cadence语言) 18 | - [开发工具](#开发工具) 19 | - [应用](#应用) 20 | - [Flow通用资源](#Flow通用资源) 21 | - [Flow社区](#Flow社区) 22 | - [Cadence杯参与者](#Cadence杯参与者) 23 | - [视频](#视频) 24 | - [推荐文章](#推荐文章) 25 | 26 | ## Flow区块链 27 | 28 | 29 | ### 网络配置 30 | 31 | - 访问节点 - Flow 的网络节点配置信息,可用于 SDK 和客户端 32 | - Testnet: `access.devnet.nodes.onflow.org:9000` 33 | - Mainnet: `access.mainnet.nodes.onflow.org:9000` 34 | 35 | - 查看合约 - 查看账户及智能合约的部署信息 ([源码](https://github.com/orodio/flow-view-source)) 36 | - Testnet: `https://flow-view-source.com/testnet/account/0x64ce437a3838c89d` 37 | - Mainnet: `https://flow-view-source.com/mainnet/account/0x1654653399040a61` 38 | 39 | - [Flow网络状态](https://status.flow-view-source.com/): `https://status.flow-view-source.com/` 40 | 41 | 42 | 43 | ### Cadence语言 44 | 45 | - [Cadence 教程](https://docs.onflow.org/cadence/language) - Flow 上面的智能合约编程语言的教程 46 | - [Cadence Playground](https://www.onflow.org/play) - 在这里,你可以很容易地完成Cadence开发链上货币、收藏品、市场和更多的基础工作,所有这些都是基于Flow的。 47 | - [Cadence VScode 插件](https://onflow.readme.io/docs/visual-studio-code-extension) - 支持VScode中语法高亮和Flow 区块链模拟器的支持 48 | - [Playground Enhancer for Chrome](https://chrome.google.com/webstore/detail/flow-playground-enhancer/agjkjdemgkkmgdmeobefbmfiakkgkkdh) - Cadence Playground 的辅助插件 Chrome版本 49 | - [Playground Enhancer for Firefox](https://addons.mozilla.org/en-US/firefox/addon/flow-playground-enhancer/) - Cadence Playground 的辅助插件 Firefox版本 50 | 51 | ### 开发工具 52 | - [Kitty-items](https://github.com/onflow/kitty-items) - Flow开发最佳实践 53 | - [flow-emulator](https://github.com/onflow/flow-emulator) - Flow 区块链模拟器,便于本地开发 54 | - [Flowscan](https://flowscan.org/) - Flow 的区块浏览器 55 | - [Flow-bigdipper](https://flow.bigdipper.live/) - Flow 的区块浏览器 56 | - [Testnet faucet](https://testnet-faucet.onflow.org) - 测试网水龙头和帐户创建页面。 57 | - [flow-js-sdk](https://github.com/onflow/flow-js-sdk) - Flow的JavaScript SDK是为了让开发连接到Flow区块链的JavaScript应用程序变得简单和安全而创建的。 58 | - [flow-go-sdk](https://github.com/onflow/flow-go-sdk) - 在Flow上构建Go应用程序的工具 59 | - [flow-jvm-sdk](https://github.com/onflow/flow-jvm-sdk) - 在Flow上构建基于JVM的应用程序的工具 60 | - [go-with-the-flow](https://github.com/bjartek/go-with-the-flow) - Go与Flow交互的示例 61 | - [Flow dappstarter](https://dappstarter.decentology.com/) - Flow 全栈开发脚手架项目 62 | - [FCL Demo](https://github.com/portto/fcl-demo) - [blocto钱包](https://docs.blocto.app/blocto-sdk/flow/tutorial)的交互使用Demo (mainnet) 63 | - [flow-hello-world](https://github.com/portto/flow-hello-world) - flow-hello-world demo 64 | - [flow-node-deploy-contract-example](https://github.com/orodio/flow-node-deploy-contract-example) 65 | - [cadence-deployer](https://github.com/FlowFans/cadence-deployer) - 关于 Cadence 合约部署的例子 66 | - [BerkleyBlockchainDemo](https://github.com/JeffreyDoyle/BerkleyBlockchainDemo) - 基于Flow 区块链的Demo 67 | - [temp-dapp-no-react](https://github.com/orodio/temp-dapp-no-react) - 不使用React与Flow交互的方式 68 | - [flow-ruby](https://github.com/cybercent/flow-ruby) - Flow 与 Ruby 的简单交互 69 | 70 | 71 | 72 | 73 | ### 应用 74 | 75 | - [NBA Top Shot](https://www.nbatopshot.com/) - 拥有NBA历史上最好的时刻。 76 | - [topshot-explorer](https://github.com/rrrkren/topshot-explorer) - NBA Top shot 的链上信息[浏览器](https://topshotexplorer.com/)。 77 | - [VIV3](https://viv3.com/) - 赋予艺术家和创作者权力的NFT市场。 78 | - [Kitty-items](https://github.com/onflow/kitty-items) - Flow开发的最佳实践, 开发人员可参考进行开发。 79 | - [blocto wallet](https://blocto.portto.io/) - 支持 Flow 的钱包。 80 | - [bloctoswap](https://swap.blocto.app/) - bloctoswap 基于flow开发的swap dapp。 81 | - [flow-pixel-heads](https://github.com/MaxStalker/flow-pixel-heads) - flow cryptopunks 82 | - [picky-cryptokitty](https://github.com/sideninja/picky-cryptokitty) - a cat game on flow 83 | - [OWB Summer 2020 Capstone Project](https://github.com/onflow/OWBSummer2020Project) 84 | 85 | 86 | 87 | 88 | ## Flow通用资源 89 | 90 | - [Flow 官方网站](https://www.onflow.org/) 91 | - [Flow 官方文档](https://www.onflow.org/docs) 92 | - [Flow Github](https://github.com/onflow) 93 | - [Flow 入门书](https://www.onflow.org/primer) 94 | - [Flow 白皮书](https://www.onflow.org/technical-paper) 95 | - [Cadence 语言参考文档](https://max-daunarovich.gitbook.io/flow-network) 96 | 97 | ### Flow社区 98 | 99 | - [Flow 论坛](https://forum.onflow.org/) 100 | - [Flow Twitter](https://twitter.com/flow_blockchain) 101 | - [Flow Discord](https://discord.com/invite/flow) 102 | - [Flow 博客](https://www.onflow.org/blog) 103 | - [Flow Github (官方)](https://github.com/onflow) 104 | - [Flow 中文导航](https://flowfans.org/) 105 | - [Flow 爱好者社区](https://www.flowtimes.net/) 106 | - [Flow Github(中国)](https://github.com/FlowFans) 107 | - [Flow Github (日本)](https://github.com/flow-japan) 108 | 109 | 110 | ### Cadence杯参与者 111 | 112 | `注: 部分合约可能由于playground 升级,cadence更新等,造成代码不兼容异常报错` 113 | 114 | - 第1轮 115 | 116 | - [保留所有权记录的NFT](https://play.onflow.org/62188087-bb62-4e1a-89cf-e437c729b5f0) 117 | - [创建变形金刚NFT的游戏,可以扫描对象并将其转换为变形金刚](https://play.onflow.org/7f66d257-3e12-4ac7-a2d0-2db503eede22) 118 | - [游戏,您可以使用可配置的汽车零件,组装成完整汽车](https://play.onflow.org/56099f70-d0c8-42eb-917c-9670554d764b) 119 | - [Shadowrun启发的冒险游戏,您可以在其中探索地图并找到线索](https://play.onflow.org/159648c8-f6c2-49b1-8707-374f3efb80e8) 120 | - [机器人猎人游戏,您可以根据要求的特殊单词的哈希值创建独特的机器人](https://play.onflow.org/bffa4e28-0eaf-430c-83ea-7d2465daf98d) 121 | 122 | - 第2轮 123 | 124 | - [允许艺术​​家出售其艺术品的合同](https://play.onflow.org/dd3edf29-5bd6-4782-b941-c021a9a374ca) 125 | - [投票智能合约,可让选民对他们投票的提案进行优先排序](https://play.onflow.org/85fba518-818e-40fd-a546-78365657901c) 126 | - [投票系统,在该系统中,根据成员在组织中的作用为其分配票权](https://play.onflow.org/b7e2df71-c362-4827-8332-80685956ca75) 127 | - [投票教程合同的私有版本,可防止管理员公开投票结果之前任何人都无法看到投票结果](https://play.onflow.org/9ec6f096-60eb-4f7b-bfc1-abf15c572016) 128 | - [允许选民将投票权分成百分比的投票合同](https://play.onflow.org/ea59b248-8e18-4862-9332-4a90c282c000) 129 | - [展示用户可以显示其NFT,以便其他人可以投票并喜欢它们](https://play.onflow.org/6b4b846e-1681-4612-b2c2-f0dc8bbe92ce) 130 | 131 | - 第3轮 132 | 133 | - [类似于滑道和梯子的LavaFlow游戏](https://play.onflow.org/addb97cd-6a56-4033-a07c-c89b820f52bf) 134 | - [用于NFT的工具和附件,允许NFT保留对其进行评论和创作的记录](https://play.onflow.org/4b24ef74-9fe6-4892-a8d4-ec91d1caee31) 135 | - [允许用户通过利用资源来构建智能合约,这些资源使他们可以升级合约而无需实际更改基础代码本身](https://play.onflow.org/93dfe510-605c-42a6-90df-ae016b9b9f73) 136 | - [基于堆栈的执行环境,以编程语言将不同的资源定义为操作码](https://play.onflow.org/8e5283ba-9e5b-4b41-be37-dbf55b6a26ea) 137 | - [定义内部有不同战利品的箱子的合同。玩家可以使用自己拥有的钥匙来解锁箱子以将战利品添加到他们的堆中](https://play.onflow.org/50d7d7d3-a439-4d09-b3a2-207071804820) 138 | - [在智能合约中模拟域名服务的Flow名称服务合约](https://play.onflow.org/e05e38b1-3e45-403e-ae7f-00788893395f) 139 | 140 | 141 | 142 | ### 视频 143 | - [Cadence - 面向资源的编程范式](https://www.youtube.com/watch?v=OYXIr3LuclE&t=64s) 144 | - [官方 Youtube 频道](https://www.youtube.com/channel/UCs9r5lqmYQsKCpLB9jKwocg) 145 | - [Block Trainer - Flow 区块链教程](https://www.youtube.com/channel/UC5qtVf5CpV1kz6TolFFn3Rw) 146 | - [0xAlchemist - 在线直播的Flow课程](https://www.youtube.com/channel/UCMC_HV4H5qBuMSiK0Ngkufg) 147 | 148 | 149 | 150 | 151 | ### 推荐文章 152 | 153 | - Dr. Seuss - [Annoncement](https://medium.com/dapperlabs/dr-seuss-digital-collectibles-on-flow-by-the-creators-of-cryptokitties-7651835643a7) 154 | - Bison Trails - [Bison Trails announces support for Flow and all node types](https://bisontrails.co/flow-protocol-all-nodes-types/#multi-role-architecture-and-the-four-participation-node-types) 155 | - [Cadence杯回顾](https://joshuahannan.medium.com/a-retrospective-of-the-cadence-cup-3d99dcb2431e) 156 | - [Flow Coinlist 简介](https://coinlist.co/flow) 157 | - [Flow 技术研讨会](https://medium.com/dapperlabs/open-world-builders-free-virtual-blockchain-bootcamp-cefe7f0ccb9f) 158 | - [Flow 全栈开发](https://www.decentology.com/guides-and-tutorials/hands-on-workshop-build-a-full-stack-blockchain-app-on-flow) 159 | 160 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # [Awesome Flow](https://github.com/onflow/flow) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | 3 | A curated list of `Flow` services and tools for software developers 4 | 5 | ## Language: [English](README.md) | [Chinese](README-zh.md) 6 | 7 | ![Flow](https://swarm-gateways.net/bzz:/bdf1a552d42b836b631003ff090ca0b269695886f3290460a3f39ebf001076fc/1_oTf4LOcL8j3joAPzDcqkTw.png) 8 | 9 | ## Contents 10 | 11 | - [Awesome Flow](#Awesome-Flow) 12 | - [Contents](#Contents) 13 | - [Flow blockchain](#Flow-blockchain) 14 | - [Network Configuration](#Network-Configuration) 15 | - [Cadence language](#Cadence-language) 16 | - [development tools](#development-tools) 17 | - [application](#application) 18 | - [Flow general resources](#Flow-general-resources) 19 | - [Flow community](#Flow-community) 20 | - [Cadence Cup participants](#Cadence-Cup-participants) 21 | - [video](#video) 22 | - [recommended article](#recommended-article) 23 | 24 | ## Flow blockchain 25 | 26 | ### Network Configuration 27 | 28 | - Access node - Flow's network node configuration information, which can be used in SDK and client 29 | 30 | - Testnet: `access.devnet.nodes.onflow.org:9000` 31 | - Mainnet: `access.mainnet.nodes.onflow.org:9000` 32 | 33 | - View contract - View account and smart contract deployment information ([source code](https://github.com/orodio/flow-view-source)) 34 | 35 | - Testnet: `https://flow-view-source.com/testnet/account/0x64ce437a3838c89d` 36 | - Mainnet: `https://flow-view-source.com/mainnet/account/0x1654653399040a61` 37 | 38 | - [Flow network status](https://status.flow-view-source.com/): `https://status.flow-view-source.com/` 39 | 40 | ### Cadence language 41 | 42 | - [Cadence tutorial](https://docs.onflow.org/cadence/language) - The tutorial of the smart contract programming language on Flow 43 | - [Cadence Playground](https://www.onflow.org/play) - Here, you can easily complete the basic work of Cadence development chain currency, collectibles, market and more, all of which are based on Flow. 44 | - [Cadence VScode plugin](https://onflow.readme.io/docs/visual-studio-code-extension) - Support syntax highlighting in VScode and Flow Blockchain Simulator 45 | - [Playground Enhancer for Chrome](https://chrome.google.com/webstore/detail/flow-playground-enhancer/agjkjdemgkkmgdmeobefbmfiakkgkkdh) - Cadence Playground's auxiliary plug-in Chrome version 46 | - [Playground Enhancer for Firefox](https://addons.mozilla.org/en-US/firefox/addon/flow-playground-enhancer/) - Cadence Playground's auxiliary plug-in Firefox version 47 | - [Cadence vs. Solidity](https://mobile-cloud-security.blogspot.com/2021/03/cadence-vs.html) by [Ken](https://forum.onflow.org/u/Ken) 48 | 49 | ### development tools 50 | 51 | - [Kitty-items](https://github.com/onflow/kitty-items) - Flow development best practices 52 | - [flow-emulator](https://github.com/onflow/flow-emulator) - Flow Blockchain Simulator for easy local development 53 | - [Flowser](https://flowser.dev) - Convenient development tool for Flow. Easily start you local blockchain & inspect the state. 54 | - [Flowscan](https://flowscan.org/) - Flow's block explorer 55 | - [Flow-bigdipper](https://flow.bigdipper.live/) - Flow's block explorer 56 | - [Testnet faucet](https://testnet-faucet.onflow.org) - Testnet faucet and account creation page. 57 | - [flow-js-sdk](https://github.com/onflow/flow-js-sdk) - Flow's JavaScript SDK was created to make it easy and safe to develop JavaScript applications connected to the Flow blockchain. 58 | - [flow-go-sdk](https://github.com/onflow/flow-go-sdk) - Tools for building Go applications on Flow 59 | - [flow-jvm-sdk](https://github.com/onflow/flow-jvm-sdk) - Tools for building JVM-based applications on Flow 60 | - [go-with-the-flow](https://github.com/bjartek/go-with-the-flow) - Example of interaction between Go and Flow 61 | - [Flow dappstarter](https://dappstarter.decentology.com/) - Flow full stack development scaffolding project 62 | - [FCL Demo](https://github.com/portto/fcl-demo) - [blocto wallet](https://docs.blocto.app/blocto-sdk/flow/tutorial) interactive use Demo (mainnet) 63 | - [flow-hello-world](https://github.com/portto/flow-hello-world) - flow-hello-world demo 64 | - [flow-node-deploy-contract-example](https://github.com/orodio/flow-node-deploy-contract-example) 65 | - [cadence-deployer](https://github.com/FlowFans/cadence-deployer) - Examples of Cadence contract deployment 66 | - [BerkleyBlockchainDemo](https://github.com/JeffreyDoyle/BerkleyBlockchainDemo) - Demo based on Flow blockchain 67 | - [temp-dapp-no-react](https://github.com/orodio/temp-dapp-no-react) - Don't use React to interact with Flow 68 | - [flow-ruby](https://github.com/cybercent/flow-ruby) - Simple interaction between Flow and Ruby 69 | - [Flow Contract Browser](https://contractbrowser.com) - browse contracts and Cadence code on the Flow Blockchain 70 | 71 | ### application 72 | 73 | - [NBA Top Shot](https://www.nbatopshot.com/) - Have the best moment in NBA history. 74 | - [intangible.market](https://intangible.market/) by [Veerman](https://twitter.com/veerman) 75 | - [Moment Ranks](https://momentranks.com/) 76 | - [Evaluate Market](https://evaluate.market/) 77 | - [swyysh](https://www.swyysh.com/) - Fantasy Game for NBA Top Shot Moments 78 | - [topshot-explorer](https://github.com/rrrkren/topshot-explorer) -Information on the chain of NBA Top shot [Browser](https://topshotexplorer.com/). 79 | - [VIV3](https://viv3.com/)-NFT market that empowers artists and creators. 80 | - [Kitty-items](https://github.com/onflow/kitty-items) - Developers can refer to the best practices of Flow development for development. 81 | 82 | - [blocto wallet](https://blocto.portto.io/) - A wallet that supports Flow. 83 | - [bloctoswap](https://swap.blocto.app/) - bloctoswap is a swap dapp developed based on flow. 84 | - [flow-pixel-heads](https://github.com/MaxStalker/flow-pixel-heads) - flow cryptopunks 85 | - [picky-cryptokitty](https://github.com/sideninja/picky-cryptokitty) - a cat game on flow 86 | - [OWB Summer 2020 Capstone Project](https://github.com/onflow/OWBSummer2020Project) 87 | - [Genies](https://genies.com/) 88 | - [Chain Monsters](https://playchainmonsters.com/) 89 | 90 | 91 | ## Flow general resources 92 | 93 | - [Flow official website](https://www.onflow.org/) 94 | - [Flow official documentation](https://www.onflow.org/docs) 95 | - [Flow Github](https://github.com/onflow) 96 | - [Flow primer](https://www.onflow.org/primer) 97 | - [Flow white paper](https://www.onflow.org/technical-paper) 98 | - [Cadence Language Reference Document](https://max-daunarovich.gitbook.io/flow-network) 99 | 100 | ### Flow-community 101 | 102 | - [Flow Forum](https://forum.onflow.org/) 103 | - [Flow Twitter](https://twitter.com/flow_blockchain) 104 | - [Flow Discord](https://discord.com/invite/flow) 105 | - [Flow Blog](https://www.onflow.org/blog) 106 | - [Flow Github (Official)](https://github.com/onflow) 107 | - [Flow Chinese Navigation](https://flowfans.org/) 108 | - [Flow fan community](https://www.flowtimes.net/) 109 | - [Flow Github (China)](https://github.com/FlowFans) 110 | - [Flow Github (Japan)](https://github.com/flow-japan) 111 | 112 | ### Cadence-Cup-participants 113 | 114 | `Note: Some contracts may cause code incompatibility exceptions due to playground upgrades, cadence updates, etc.` 115 | 116 | - Round 1 117 | 118 | - [NFT to retain ownership records](https://play.onflow.org/62188087-bb62-4e1a-89cf-e437c729b5f0) 119 | - [Create a game of Transformers NFT, you can scan objects and convert them to Transformers](https://play.onflow.org/7f66d257-3e12-4ac7-a2d0-2db503eede22) 120 | - [Game, you can use configurable car parts to assemble into a complete car](https://play.onflow.org/56099f70-d0c8-42eb-917c-9670554d764b) 121 | - [An adventure game inspired by Shadowrun, where you can explore the map and find clues](https://play.onflow.org/159648c8-f6c2-49b1-8707-374f3efb80e8) 122 | - [Robot hunter game, you can create a unique robot based on the hash value of the required special word](https://play.onflow.org/bffa4e28-0eaf-430c-83ea-7d2465daf98d) 123 | 124 | --- 125 | 126 | - Round 2 127 | 128 | - [Contract allowing artists to sell their artworks](https://play.onflow.org/dd3edf29-5bd6-4782-b941-c021a9a374ca) 129 | - [Voting smart contract that allows voters to prioritize the proposals they voted](https://play.onflow.org/85fba518-818e-40fd-a546-78365657901c) 130 | - [Voting system in which members are assigned voting rights based on their role in the organization](https://play.onflow.org/b7e2df71-c362-4827-8332-80685956ca75) 131 | - [Private version of the voting tutorial contract, which prevents the administrator from seeing the voting results before anyone can see the voting results](https://play.onflow.org/9ec6f096-60eb-4f7b-bfc1-abf15c572016) 132 | - [Voting contract that allows voters to divide their voting rights as a percentage](https://play.onflow.org/ea59b248-8e18-4862-9332-4a90c282c000) 133 | - [Show that users can show their NFTs so that others can vote and like them](https://play.onflow.org/6b4b846e-1681-4612-b2c2-f0dc8bbe92ce) 134 | 135 | --- 136 | 137 | - Round 3 138 | 139 | - [LavaFlow game similar to slides and ladders](https://play.onflow.org/addb97cd-6a56-4033-a07c-c89b820f52bf) 140 | - [Tools and accessories for NFT, allowing NFT to keep records of comments and creations](https://play.onflow.org/4b24ef74-9fe6-4892-a8d4-ec91d1caee31) 141 | - [Allow users to build smart contracts by leveraging resources that allow them to upgrade the contract without actually changing the underlying code itself](https://play.onflow.org/93dfe510-605c-42a6-90df-ae016b9b9f73) 142 | - [Stack-based execution environment, define different resources as opcodes in programming languages](https://play.onflow.org/8e5283ba-9e5b-4b41-be37-dbf55b6a26ea) 143 | - [Define a contract with boxes with different loot inside. Players can use their own keys to unlock boxes to add loot to their pile](https://play.onflow.org/50d7d7d3-a439-4d09-b3a2-207071804820) 144 | - [Flow name service contract that simulates domain name service in smart contract](https://play.onflow.org/e05e38b1-3e45-403e-ae7f-00788893395f) 145 | 146 | 147 | ### video 148 | 149 | - [Cadence - Resource-oriented programming paradigm](https://www.youtube.com/watch?v=OYXIr3LuclE&t=64s) 150 | - [Official Youtube channel](https://www.youtube.com/channel/UCs9r5lqmYQsKCpLB9jKwocg) 151 | - [Block Trainer - Flow Blockchain Tutorial](https://www.youtube.com/channel/UC5qtVf5CpV1kz6TolFFn3Rw) 152 | - [0xAlchemist - Flow course live online](https://www.youtube.com/channel/UCMC_HV4H5qBuMSiK0Ngkufg) 153 | 154 | 155 | 156 | ### recommended article 157 | 158 | - Dr. Seuss - [Annoncement](https://medium.com/dapperlabs/dr-seuss-digital-collectibles-on-flow-by-the-creators-of-cryptokitties-7651835643a7) 159 | - Bison Trails - [Bison Trails announces support for Flow and all node types](https://bisontrails.co/flow-protocol-all-nodes-types/#multi-role-architecture-and-the-four-participation-node-types) 160 | - [Cadence Cup review](https://joshuahannan.medium.com/a-retrospective-of-the-cadence-cup-3d99dcb2431e) 161 | - [Introduction to Flow Coinlist](https://coinlist.co/flow) 162 | - [Flow Technical Seminar](https://medium.com/dapperlabs/open-world-builders-free-virtual-blockchain-bootcamp-cefe7f0ccb9f) 163 | - [Flow full stack development](https://www.decentology.com/guides-and-tutorials/hands-on-workshop-build-a-full-stack-blockchain-app-on-flow) 164 | - How to Create NFTs Like NBA Top Shot With Flow and IPFS [Part 1](https://medium.com/pinata/how-to-create-nfts-like-nba-top-shot-with-flow-and-ipfs-701296944bf) [Part 2](https://medium.com/pinata/how-to-display-your-nft-collection-like-nba-top-shot-with-flow-and-ipfs-6ba75048bf8a) [Part 3](https://medium.com/pinata/how-to-create-an-nft-marketplace-on-flow-with-ipfs-a162a1aeb426) 165 | 166 | --------------------------------------------------------------------------------