书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 580 个相关结果.
  • Security Model

    Security Model Identities Membership Service Providers Policies Channel Policies Channel Modification Policies Access Control Lists Chaincode Lifecycle Policy Chaincode Endor...
  • Account Token Balances

    Account Token Balances description: Tutorial on how to read account token balances from the blockchain with Go. Account Token Balances To learn how to read account token (ER...
  • Consensus via Proof of Stake (PoS)

    442 2021-02-11 《Mastering Ethereum》
    Consensus via Proof of Stake (PoS) Consensus via Proof of Stake (PoS) Historically, proof of work was not the first consensus algorithm proposed. Preceding the introduction of ...
  • 安装部署

    Fabric v0.6 安装部署 安装 Docker 安装 docker-compose 下载镜像 使用 noops 模式 使用 PBFT 模式 多物理节点部署 vp0 vp1 ~ vp3 服务端口 Fabric v0.6 安装部署 如果是初次接触 Hyperledger Fabric 项目,推荐采用如下的步骤,基于 Docker-...
  • 区块链相关术语中英对照

    区块链相关术语(中英对照) 区块链相关术语(中英对照) 说明 :阅读英文文档是编程开发过程中最常做的一件事,英文阅读也是一个程序员的基本能力。区块链刚刚起步,每天各种新概念层出不穷,为方便大家学习和使用,这里收录了巴比特论坛上的一个帖子内容。该帖子仍在持续更新,更多新内容请点击下面的地址阅读原帖。 原文标题:《数字货币翻译术语(中英对照)》 原文...
  • Conclusions

    348 2021-02-11 《Mastering Ethereum》
    Conclusions Conclusions Wallets are the foundation of any user-facing blockchain application. They allow users to manage collections of keys and addresses. Wallets also allow u...
  • Conclusions

    872 2021-02-11 《Mastering Ethereum》
    Conclusions Conclusions In this chapter we explored Ethereum clients. You downloaded, installed, and synchronized a client, becoming a participant in the Ethereum network, and ...
  • 安装部署

    Fabric v0.6 安装部署 安装 Docker 安装 docker-compose 下载镜像 使用 noops 模式 使用 PBFT 模式 多物理节点部署 vp0 vp1 ~ vp3 服务端口 Fabric v0.6 安装部署 如果是初次接触 Hyperledger Fabric 项目,推荐采用如下的步骤,基于 Docker-...
  • 第3课、一个信息上链的功能

    可以让信息上链的区块链 可以让信息上链的区块链 python python blockchain . py 现在,你可以把hello上链: http://localhost:8080/say/hello 改变hello为hi,hi也上链了: http://localhost:8080/say/hi
  • 第6课、同步节点时进行验证

    增加了节点同步时验证的区块链 关键代码 用法: 增加了节点同步时验证的区块链 关键代码 #验证区块链 def validate ( blocks ): bool = True #上一个区块 previous_index = 0 previous_hash = 0 ...