Skip to content

mhxw/hyperledger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 

Repository files navigation

HyperLedger

收集资料的目的是让区块链开发者有一份好的学习资料,欢迎大家互相学习请教,如果您有好的资料,欢迎补充完善。

# hyperledger学习资料 链接
1 Hyperledger 官方网站 https://www.hyperledger.org/learn
2 学习Hyperledger Fabric 实战联盟链 链接:https://pan.baidu.com/s/1xoBSCljNCRzAWAiIEToLTw 提取码:mhxw
3 HyperLedger Fabric 企业级开发项目实战 -- 江苏省农牧厅渔业管理系统 https://pan.baidu.com/s/1GWNrqCS3sFBRz7Mn3E_mew 提取码:zk4s
4 深度探索区块链:Hyperledger技术与应用_区块链技术丛书-张增骏 https://download.csdn.net/download/qq_34104725/10918189
5 Docker+Kubernetes(k8s)微服务容器化实践 https://pan.baidu.com/s/1dRixHcR6KkmlTkjqc4eR2A 提取码: 88rh
6 Hyperledger弹珠项目和投票系统项目实战 链接: https://pan.baidu.com/s/1-ClzDsI9Euf6wUA_eaIzRQ 提取码: sseq
7 Hyperledger企业级区块链实战教程 链接: https://learnblockchain.cn/books/enterprise/
8 基于hyperledger fabric v2.x 的学历征信系统 链接: https://space.bilibili.com/373566326

Ethereum

# 以太坊相关学习资料 链接
1 通过案例轻松入门Solidity https://mhxw.life/solidity-by-example/
2 用Go进行以太坊开发 https://mhxw.life/eth-dev-with-go/
3 以太坊开发者使用工具集锦 https://github.com/ConsenSys/ethereum-developer-tools-list
4 以太坊学习社区 https://learnblockchain.cn/
5 以太坊solidity开发者博客 https://soliditydeveloper.com/
6 Solidity8.0全面精通视频讲解 https://space.bilibili.com/286084162/channel/series
7 Golang版以太坊设计与实现 https://learnblockchain.cn/geth/
8 区块链安全入门笔记 https://github.com/slowmist/Knowledge-Base/tree/master/blockchain_security_study_notes
9 如何编写安全可靠的智能合约(英文版) https://github.com/transmissions11/solcurity
10 基于以太坊硅谷拍卖系统(去中心化eBay) 链接:https://pan.baidu.com/s/1HSGZyo0FCO04JLL4RolC9A 密码:z7qe
11 尚硅谷深入掌握以太坊核心技术 https://www.bilibili.com/video/BV1sJ411D72u
12 优化后的solidity片段 https://github.com/Vectorized/solady
13 通过案例学习yul https://github.com/Perelyn-sama/yul_by_example
14 有用的solidity 编程模式 https://github.com/dragonfly-xyz/useful-solidity-patterns
15 Solcurity: 合约代码安全建议 EN版 ZH版

Solidity

# 描述 链接
1 Solidity 官方文档 https://docs.soliditylang.org/en/latest/
2 Solidity 中文文档 https://learnblockchain.cn/docs/solidity/
3 Foundry 官方文档 https://book.getfoundry.sh/
4 Foundry 中文文档 https://learnblockchain.cn/docs/foundry/i18n/zh/
5 Hardhat 官方文档 https://hardhat.org/getting-started/
6 Hardhat 中文文档 https://learnblockchain.cn/docs/hardhat/getting-started/
7 Truffle 官方文档 https://www.trufflesuite.com/
8 Truffle 中文文档 https://truffle.tryblockchain.org/
9 Gas 优化手册1 https://www.rareskills.io/zh/post/gas-optimization-zh
10 Gas 优化手册2 https://github.com/WTFAcademy/WTF-gas-optimization
11 存储布局和ABI https://github.com/WTFAcademy/WTF-Solidity-Internals

OpenZeppelin

# 描述 链接
1 安全智能合约开发库 https://docs.openzeppelin.com/contracts/
2 ERC20,721,777,1155等代币合约 https://docs.openzeppelin.com/contracts/tokens
3 基于角色的权限访问控制 https://docs.openzeppelin.com/contracts/access-control
4 代理模式(透明代理,UUPS代理等) https://docs.openzeppelin.com/contracts/api/proxy
5 代币投票治理 https://docs.openzeppelin.com/contracts/governance
6 跨链功能 https://docs.openzeppelin.com/contracts/4.x/crosschain
7 时间锁 https://docs.openzeppelin.com/contracts/api/governance#TimelockController

IPFS

# IPFS学习资料 链接
1 IPFS音乐播放器项目 链接:https://pan.baidu.com/s/1mgKygDDp6DjG_OpFbGuWEg 提取码:t9xg

Golang

# Go语言学习资料 链接
1 20小时快速入门go语言视频-黑马程序员 https://pan.baidu.com/s/1SOybRHWSpbu16D4SmPR_Fg 提取码: ss32
2 Go语言核心编程课程(韩顺平主讲)-尚硅谷 https://pan.baidu.com/s/156PiUw45aEmKLbyqFM6Iqw 提取码:I768
3 Google资深工程师深度讲解Go语言 https://pan.baidu.com/s/1IGM-Zqz92AdkskqjBxpeDA 提取码:b9wc
4 基于Golang协程实现流量统计系统 https://pan.baidu.com/s/1CDnuKHJn0BA9OAnsmd8adA 提取码: qjr3

教程

# 描述 链接
1 HyperLedger Fabric 基础介绍 https://zhuanlan.zhihu.com/p/55341714
2 Ubuntu 16.04部署HyperLedger Fabric(持续更新) https://zhuanlan.zhihu.com/p/54759061
3 搭建fabric环境中出的一系列错误(持续补充) https://blog.csdn.net/Judy_Angella/article/details/79075249
4 Ubuntu 16.04部署E2E-cli案例 https://www.jianshu.com/p/7ff74cfc7125
5 Hyperledger Fabric1.x运行first-network和fabcar以及常见问题解决(持续更新) https://www.jianshu.com/p/b097e489dd99
6 Hyperledger Fabric SDK示例 fabric-samples-《balance-transfer》 https://www.jianshu.com/p/489e83cef158
7 区块链中常用共识算法总结(持续更新) https://www.jianshu.com/p/b56ab577222d
8 尚硅谷_雷丰阳SpringBoot核心技术篇(基础篇) https://pan.baidu.com/s/1UqkQRpQ7f6fuJNi3JOlbyQ 提取码: rbde
9 尚硅谷-雷丰阳SpringBoot高级进阶篇(整合篇) https://pan.baidu.com/s/1iCLfuXqcMAJ1n0LLzS1dTQ 提取码: 7ddt

博客

# 描述 链接
1 hubwiz区块链博客 http://blog.hubwiz.com/
2 Netkiller Blockchain 手札 https://www.netkiller.cn/blockchain/index.html
3 登链社区 https://learnblockchain.cn/
4 区块链安全 https://github.com/slowmist/Knowledge-Base/
5 WTF学院(Solidity&Ethers.js 入门) https://wtf.academy/
6 Dapp learning project for developers at all stages https://github.com/Dapp-Learning-DAO/Dapp-Learning/tree/main/basic

工具

# 工具 链接
1 SSH使用:Xshell&Xftp教育版 链接:https://pan.baidu.com/s/13xoVcG4KDCZGkPASs74vHA 提取码:2e07

资料收集于网络,如有侵权联系作者删除。 以上资料如果失效,联系作者邮箱重新补全更新。邮箱:holechain@gmail.com

About

Blockchain、Hyperledger、Ethereum、IPFS learning materials / 学习指南

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages