书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 580 个相关结果.
  • Getting Started - Install

    Getting Started - Install Getting Started - Install The Fabric application stack has five layers: Prerequisite software : the base layer needed to run the software, for exa...
  • 生产环境下的pm2部署

    生产环境下的pm2部署 前言 部署前请先安装Ebookcoin pm2简介 pm2主要特性 pm2与forever对比 pm2安装和升级 pm2用法 pm2高级用法(远程部署) pm2启动模式分类 fork模式 cluster模式 pm2部署ebookcoin案例 用pm2启动ebookcoin的app.js并将应用名字设置为“eboo...
  • 账本数据库概述

    账本数据库概述 背景信息 操作步骤 账本数据库概述 背景信息 账本数据库融合了区块链思想,将用户操作记录至两种历史表中:用户历史表和全局区块表。当用户创建防篡改用户表时,系统将自动为该表添加一个hash列来保存每行数据的hash摘要信息,同时在blockchain模式下会创建一张用户历史表来记录对应用户表中每条数据的变更行为;而用户对防...
  • 微软 Azure 云区块链服务

    微软 Azure 云区块链服务 使用服务 微软 Azure 云区块链服务 Azure 是微软推出的云计算平台,向用户提供开放的 IaaS 和 PaaS 服务。 Azure 陆续在其应用市场中提供了若干个与区块链相关的服务,分别面向多种不同的区块链底层平台,其中包括以太坊和超级账本 Fabric。 可以在应用市场(https://azuremar...
  • Entropy Illusion

    1058 2021-02-11 《Mastering Ethereum》
    Entropy Illusion The Vulnerability Preventative Techniques Real-World Example: PRNG Contracts Entropy Illusion All transactions on the Ethereum blockchain are deterministic ...
  • Ethereum’s Components

    731 2021-02-11 《Mastering Ethereum》
    Ethereum’s Components Further Reading Ethereum’s Components In Ethereum, the components of a blockchain system described in Components of a Blockchain are, more specifically:...
  • Projects using Badger

    Projects Using Badger Projects Using Badger Below is a list of known projects that use Badger: Dgraph - Distributed graph database. Jaeger - Distributed tracing platform. g...
  • Identity

    Identity What is an Identity? A Simple Scenario to Explain the Use of an Identity What are PKIs? Digital Certificates Authentication, Public keys, and Private Keys Certificate...
  • 查看账本历史操作记录

    查看账本历史操作记录 前提条件 背景信息 操作步骤 查看账本历史操作记录 前提条件 系统中需要有审计管理员或者具有审计管理员权限的角色。 数据库正常运行,并且对防篡改数据库执行了一系列增、删、改等操作,保证在查询时段内有账本操作记录结果产生。 背景信息 只有拥有AUDITADMIN属性的用户才可以查看账本历史操作记录。有关数据库用户及创...
  • 持久化和命令行接口

    1750 2018-09-13 《区块链教程》
    持久化和命令行接口 引言 选择数据库 BoltDB 数据库结构 序列化 持久化 检查区块链 CLI 持久化和命令行接口 引言 到目前为止,我们已经构建了一个有工作量证明机制的区块链。有了工作量证明,挖矿也就有了着落。虽然目前距离一个有着完整功能的区块链越来越近了,但是它仍然缺少了一些重要的特性。在今天的内容中,我们会将区块链持久化...