1 Star 0 Fork 1

geelywh / BlockChain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
Loading...
README
CC-BY-SA-4.0

黑马程序员 120天全栈区块链开发

写在前面

据说2018年谈区块链的10个人中有9个都是骗子, 一些机构自己都没搞懂区块链是什么, 就打着区块链的噱头招生了

讲解几个helloworld程序就说是区块链开发了

区块链是综合性的技术栈, 单单掌握一门语言肯定是不够的. 为了防止劣币驱逐良币, 为了区块链技术在国内快速的普及, 为了千万人少走弯路, 传智播客智能物联网+区块链学院决定github开源全套就业班课程.

欢迎大家star.

开源目的

  1. 课程历时两年课程研发, 所有区块链框架均用最新版本授课, 全力推动新技术在中国的普及
  2. 深入浅出讲解, 用短的学习曲线让Java程序员和JavaScript程序员快速掌握区块链技术
  3. 普及区块链知识, 帮助各公司CTO理解区块链的业务场景
  4. 课程包含超多案例分析, 帮助企业和政府采用区块链技术解决痛点问题
  5. 学完课程后,可以独立完成区块链项目的设计和开发
  6. 学完课程后,可以满足公司对区块链开发工程师的要求, 解决社会人才供不应求的问题

课程服务

  1. 开源课程全部免费, 随着传智播客面授班级授课周期, 同步开源更新

  2. 但因区块链技术变化日新月异, 课程中部分工具和方法可能会随着版本的更新失效, 关于课程讲解若有更好的方式, 欢迎pull request.

  3. 没有毅力 自主学完全套课程的朋友, 可以报名传智播客 黑马程序员 区块链就业班

###课程详细信息:

课程详细信息链接

学习前提

本套课程建议大家需要具备java基础, java基础全套视频: 链接:https://pan.baidu.com/s/1mIAre7nvi5ubmLOnINV-fg 密码:gsvr

课程课表

  • 第一周: java加强/kotlin/dsl/函数式编程/gradle/git/高阶函数/lambda表达式

    • 课程设计背景: kotlin是一个非常具有潜力和启发性的编程语言,100%与Java兼容, 安卓开发谷歌官方指定语言,它吸收和借鉴了Java, Scala, Groovy, C#,Go,JavaScript等语言的优点和特性,可以让大家脱离语言层面的纷争,把目光投向具体的业务. 目前区块链金融和银行领域的解决方案corda就是采用kotlin编写.掌握kotlin语言有助于帮助程序员用极小的成本理解和学习其他编程语言.

    • 课程选型原因: 区块链开发需要掌握 JavaScrpit,nodejs,npm,JavaEE,gradle,git,分布式,solidity,hyperledger等多种技能,学习kotlin有助于这些技术的理解和学习.

    • 课程学习的目标: 1.熟悉Kotlin和Java的语言特性; 2.深入的理解抽象和封装; 3.掌握函数式编程思想; 4.掌握高阶函数、闭包、DSL; 5.理解线程和协程,熟练使用项目构建工具gradle; 6.理解版本控制; 7.熟练使用git管理整个就业班阶段的源码和课程笔记; 8.为未来可持续性的发展打下坚实的基础.

    • 课程学习说明: 每一个程序员都应该好好听一下这一段课程 https://pan.baidu.com/s/1GKXO3-UPv0nJzxhXxnrE7g

  • 第二周:区块链前端开发基础

    • 课程设计背景: 去中心化Dapp的页面开发还是基于传统的Web2.0的技术,html/css/javascript是整个互联网页面的基石,学好他们打好基础非常的重要.

    • 课程选型原因: 课程讲解实用的html/javascript/css技术,为实际项目开发做准备.

    • 课程学习的目标: 1.熟练使用JavaScrpit/html/css构建网页; 2.熟练掌握前端各种技能,培养解决复杂问题和技术难点的能力; 3.增强学员的调试技能和组件开发能力; 4.能够实现功能的同时,考虑代码的优雅性,注重代码的性能和重用性; 5.深入理解前端框架实现原理; 6.能用kotlin开发和包装通用的前端组件.

    • 课程学习说明: 熟悉前端技术栈的程序员可以选择性的学习 https://pan.baidu.com/s/1Zx9NM3Fs_bW69S6O8Qrcdw

  • 第三周:Java分布式/springboot/springcloud/微服务/数据库技术

    • 课程设计背景: 要想深入理解区块链去中心化分布式账本技术,必须对传统的中心化系统和分布式系统有理解.

    • 课程选型原因: Springboot的微服务架构在JavaEE企业级开发中广泛采用,我们选用springboot讲解传统javaEE的开发模式和流程.

    • 课程学习的目标: 1.熟练使用springboot微服务框架进行后台项目开发; 2.熟练使用mysql数据库,H2数据库等常用数据库; 3.掌握常见会话技术; 4.掌握xml和json数据交互; 5.掌握gradle依赖管理工具; 6.掌握restful服务; 7.积累传统互联网后台项目开发经验.

    • 课程学习说明: 熟悉spring全家桶的java程序员可以选择性的学习 https://pan.baidu.com/s/1cI4PIS7Lw8ZzWLif45-Nsg

  • 第四周: 微服务+支付 springboot版互联网彩票项目实战

    • 课程设计背景: 通过实战项目对前期知识点进行综合应用.

    • 课程选型原因: 使用主流框分布式技术和springboot微服务,项目实战快速满足企业后台开发需求.

    • 课程学习的目标: 1.实现电商平台服务端核心业务; 2.实现电商平台移动端核心业务; 3.理解传统中心化互联网技术的痛点; 4.理解国家叫停互联网彩票销售的原因; 5.熟悉springcloud的分布式微服务架构; 6.理解支付的业务接口,为区块链货币支付埋下伏笔;

    • 课程学习说明: 从项目原型设计到实战, 全干货实战课程, 无论几年工作经验的程序员都有必要学习

https://pan.baidu.com/s/1HVAgMQAAYjI5km_ieR1z_w

  • 第五周: 区块链前端和中间件开发 Nodejs+Vue+React

    • 课程设计背景: 技术的转型和发展不是一蹴而就的,区块链项目和传统项目的融合和互相补充是目前企业普遍采用的解决方案, 以太坊和hyperledger等区块链项目开发需求有更加组件化的前台和更加强大的中间件.

    • 课程选型原因: nodejs是广泛使用的中间件.Vue和react是组件化前端开发的必备技能,hyperledger的智能合约编写依赖nodejs.Nodejs是区块链开发的必备技能.

    • 课程学习的目标: 1.使用nodejs开发web应用; 2.熟练使用Express框架; 3.使用Vue和React快速开发前端界面; 4.能够针对前端主流项目中的bug和技术难点,能够提供解决办法.

    • 课程学习说明: 经验丰富,熟练掌握vue,react和nodejs的前端程序员可以跳过这段课程 https://pan.baidu.com/s/15wM4UFWX9mlGMR-MHjE62w

  • 第六周: 区块链项目实战 -- IPFS音乐播放器项目

    • 课程设计背景: 综合使用前后端和区块链技术的项目实战.

    • 课程选型原因: IPFS是下一代的互联网协议,是http协议的颠覆者,课程采用IPFS作为平台,综合使用前端和中间件技术,提升学员的技术实力.

    • 课程学习的目标: 1.掌握IPFS星际文件系统介绍; 2.理解IPFS使用场景; 3.熟悉IPFS节点初始化和基本命令; 4.能够搭建私有IPFS网络; 5.熟悉IPFS.js相关API; 6.熟悉ipfs与docker; 7.能够配置IPFS 跨域资源共享CORS.

    • 课程学习说明: 实战项目,每个对ipfs有兴趣的程序员都有必要学习

https://pan.baidu.com/s/1kJHBcSoB9zRf6pXd94-c7A

  • 第七周--第八周: 以太坊和智能合约项目实战
    • 课程设计背景: 以太坊是第二代的区块链技术, 智能合约实现价值转移,会有越来越多的应用场景.

    • 课程选型原因: 基于以太坊的智能合约开发可以解决各种各样的信任问题.有着非常广泛的应用场景,目前基于以太坊的创业公司众多, 市场招聘量巨大.

    • 课程学习的目标: 1.了解evm是web3.0革命的原因; 2.熟练掌握常用的以太坊工具和框架Wallet、Geth、MetaMask、Remix、Turffle、Ganache、mocha; 3.熟悉常见的共识协议(PoW、PoS、 dPos),可以搭建以太坊私链; 4.熟练使用Web3(v1.0) / Ganache / Truffle / Mocha框架等多种工具开发Solidity智能合同; 5.能够说出以太坊区块链的工作原理 | Ethers,Gas,POW,POS,node节点; 6.熟悉分布式账本、共识、挖矿; 7.熟练使用web3库,配合vue和react构建去中心化应用; 8.熟悉在Ethereum平台上开发去中心化应用程序(DAPP); 9.能设置私人区块链网络进行开发和实验; 10.了解以太坊和Solidity的真正目的和功能; 11.熟悉智能合约常见的设计模式; 12.能够设计,测试和部署安全的智能合同; 13.能在Ethereum平台上构建,设计和构建真实项目; 14.能够创建符合ERC20的token,发行代币; 15.理解ICO,熟悉DAICO; 16.能使用oracle打通链上和链下,进行数据交互; 17.拥有扎实的基础,快速融入各种区块链相关的开发工作中.

    • 课程学习说明: 课程以实战为主,会讲解去中心化彩票项目和众筹项目开发, 强烈建议认真学习.

https://pan.baidu.com/s/18uvdEMrnOU-kEPf1rQ7Ulw

  • 第九周: 区块链产品经理之道
    • 课程设计背景: 区块链是新型的技术,懂产品的开发人员更受欢迎.

    • 课程选型原因: 懂技术,懂市场的人才能在激烈的竞争中脱颖而出. 区块链颠覆性的技术,需要有更懂产品的人,才能让技术落地,产生价值.

    • 课程学习的目标: 1.MRD文档; 2.需求挖掘与管理; 3.产品设计; 4.PRD文档; 5.项目排期与推进; 6.数据分析与版本迭代; 7.需求调研分析; 8.掌握产品经理产品研发流程; 9.熟悉在各个里程碑节点下与产品经理的配合机制; 10.熟悉项目把控及风险评估; 11.区块链实战案例-增长黑客.

    • 课程学习说明: 伪区块链技术和真区块链技术需要产品经理好好把握, 区块链解决的痛点是什么,值得大家思考

https://pan.baidu.com/s/1dDw_eEvkL_MKnYOiiivwHw

  • 第十周: hyperledger 企业级开发项目实战 -- 江苏省农牧厅渔业管理系统

    • 课程设计背景: hyperledger是IBM公司支持,linux基金会孵化的区块链商业级开发平台.

    • 课程选型原因: hyperledger是可以广泛运用在私有链和联盟链上,国内有众多的大公司加入了hyperledger联盟.

    • 课程学习的目标: 1.熟悉hyperledger; 2.区块链3.0; 3.熟悉Hyperledger Fabric Technology的各种组件(Peers、Orderer、MSP、CA ...); 4.了解hyperledger febric架构; 5.能够使用hyperledger febric搭建集群平台; 6.能够使用nodejs或Go语言编写智能合约链码; 7.熟悉hyperledger febric的部署; 8.运用hyperledger febric解决企业的实际问题.

    • 课程学习说明: 课程通过实战案例,分析hyperledger的应用场景,带你分析业务,最后实现项目

https://pan.baidu.com/s/1mFMPIXTSR1-wuRaLm7y6hw

  • 第十一周: 区块链移动开发+智能物联网

    • 课程设计背景: 如果说下雨天和巧克力更配,那物联网和区块链就更搭.

    • 课程选型原因: 区块链技术给物联网带来了更多想象的空间,智能物联网和区块链在未来几年会有更大的发展,懂硬件的程序员会备受欢迎.

    • 课程学习的目标: 1.熟练使用kotlin编写android移动端和嵌入式代码; 2.掌握android移动端开发技能,能开发移动端的钱包应用; 3.掌握Android Things物联网开发环境搭建; 4.掌握常见传感器的使用; 5.掌握GPIO串口总线使用; 6.掌握GPS模块开发流程; 7.熟悉声控灯、光控灯、红外探测仪、倒车雷达等硬件开发; 8.能够操控摄像头智能硬件设备; 9.能够通过树莓派连接多个传感器设备、监听传感器数据变化; 10.掌握硬件与服务器交互的方法;

    • 课程学习说明: 生鲜溯源, gps+传感器冷链跟踪, IOTA给区块链更多想象的空间.

  • 第十二周: 赠送课程: Go语言快速入门

    • 课程设计背景: go语言是一门非常简单易学的高效语言, 在hyperledger里面有一些使用场景

    • 课程选型原因: 掌握kotlin后, 可以在10个小时内掌握go语言的精髓, 作为面试加分项

    • 课程学习的目标: 1.掌握go语言语法和控制结构; 2.灵活使用go语言编写并行化代码(类似kotlin协程) 3.理解不同编程语言, 静态类型和动态类型的区别; 4.熟悉go语言的语法特性; 5.理解go语言的设计原理; 6.能够编写基于go语言协程的服务器负载监视器 7.能够编写基于go语言的hyperledger智能合约

    • 课程学习说明:

      快速教大家使用go语言重写nodejs的智能合约.

郑重声明: 本套课程采用CC-BY-SA-4.0协议开源, 任何人可以免费传播使用,只需要保留出处和版权。不得私自贩卖盈利。 如果大家发现其他培训机构盗用黑马程序员区块链的课程,在淘宝售卖黑马程序员区块链的课程,请发送证据到email: 2698900570@qq.com举报, 如果可以提供能用于法律诉讼的必备资料, 奖励以太币一枚。

#其他相关资料

Go语言开发实战

20小时入门学会go语言

https://pan.baidu.com/s/1jJPsThk

(新) go语言与区块链(线下基础班)精品课程

https://pan.baidu.com/s/1s93rm-6pnK-Qa1Rnns6HhA

Go语言Gui游戏开发——黑白棋

https://pan.baidu.com/s/1_Gmi2nKPaWw4LShOs60Hng

高并发服务器开发

Linux从入门到精通

https://pan.baidu.com/s/1ioqrYi1c4F_yRM9mWnX7sQ

区块链精品教程系列【系统篇】

https://pan.baidu.com/s/1c9Q1IinabkKj6AxAYZz13Q

关系型数据库-mysql

https://pan.baidu.com/s/1kVVL53L

redis

https://pan.baidu.com/s/1MGO0qtYj0F32OjjsQcvT8w

前端与移动开发基础视频

https://pan.baidu.com/s/1jIcd84e

玩转Github开发

https://pan.baidu.com/s/1c1kV5W

beego框架深入浅出视频

https://pan.baidu.com/s/17UJcE-FD9cdWGNTNZjRs0Q

区块链编程精品教程系列【密码学篇】

https://pan.baidu.com/s/11orEFkPmf2pJk-z6xTB9fg

区块链与智能合约开发

区块链精品教程系列-智能合约篇

https://pan.baidu.com/s/16PGS7LBzC-INX8Vg6XakKQ

Node.js

https://pan.baidu.com/s/1hZ2FBzvES_Toz6SgW0t-AA

docker神秘面纱

https://pan.baidu.com/s/1boRwElh

区块链框架Hyperledger项目案例(华为平台)首发

https://pan.baidu.com/s/1tfqIziOjMcjvde8Y-VVR4A

Attribution-ShareAlike 4.0 International ======================================================================= Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. Using Creative Commons Public Licenses Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC- licensed material, or material used under an exception or limitation to copyright. More considerations for licensors: wiki.creativecommons.org/Considerations_for_licensors Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor's permission is not necessary for any reason--for example, because of any applicable exception or limitation to copyright--then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More_considerations for the public: wiki.creativecommons.org/Considerations_for_licensees ======================================================================= Creative Commons Attribution-ShareAlike 4.0 International Public License By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. Section 1 -- Definitions. a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. b. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. c. BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License. d. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. e. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. f. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. g. License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. h. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. i. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. j. Licensor means the individual(s) or entity(ies) granting rights under this Public License. k. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. l. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. m. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. Section 2 -- Scope. a. License grant. 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: a. reproduce and Share the Licensed Material, in whole or in part; and b. produce, reproduce, and Share Adapted Material. 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. 3. Term. The term of this Public License is specified in Section 6(a). 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a) (4) never produces Adapted Material. 5. Downstream recipients. a. Offer from the Licensor -- Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. b. Additional offer from the Licensor -- Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter's License You apply. c. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). b. Other rights. 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. 2. Patent and trademark rights are not licensed under this Public License. 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. Section 3 -- License Conditions. Your exercise of the Licensed Rights is expressly made subject to the following conditions. a. Attribution. 1. If You Share the Licensed Material (including in modified form), You must: a. retain the following if it is supplied by the Licensor with the Licensed Material: i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); ii. a copyright notice; iii. a notice that refers to this Public License; iv. a notice that refers to the disclaimer of warranties; v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; b. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and c. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. b. ShareAlike. In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. 1. The Adapter's License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. Section 4 -- Sui Generis Database Rights. Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. Section 5 -- Disclaimer of Warranties and Limitation of Liability. a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. Section 6 -- Term and Termination. a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or 2. upon express reinstatement by the Licensor. For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. Section 7 -- Other Terms and Conditions. a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. Section 8 -- Interpretation. a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. ======================================================================= Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark "Creative Commons" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. Creative Commons may be contacted at creativecommons.org.

简介

黑马程序员 120天全栈区块链开发 开源教程 展开 收起
CC-BY-SA-4.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/geelywh/BlockChain.git
git@gitee.com:geelywh/BlockChain.git
geelywh
BlockChain
BlockChain
master

搜索帮助