摘要: 作者:Derek 简介 Github地址:https://github.com/Bytom/bytom Gitee地址:https://gitee.com/BytomBlockchain/bytom 本章介绍bytom代码启动、节点初始化、及停止的过程 作者使用MacOS操作系统,其他平台也大同小异 阅读全文
posted @ 2018-08-24 09:49 比原链Bytom 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 作者:Derek 简介 Github地址:https://github.com/Bytom/bytom Gitee地址:https://gitee.com/BytomBlockchain/bytom 本章介绍bytom代码P2P网络中addrbook地址簿 作者使用MacOS操作系统,其他平台也大同 阅读全文
posted @ 2018-08-24 09:46 比原链Bytom 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 钱包 后端服务节点:https://github.com/Bytom Community/Bytom Server Android前端:https://github.com/Bytom Community/Bytom Mobile Wallet Android iOS前端:https://githu 阅读全文
posted @ 2018-08-23 12:08 比原链Bytom 阅读(1121) 评论(0) 推荐(0) 编辑
摘要: 作者:Derek 简介 Github地址:https://github.com/Bytom/bytom Gitee地址:https://gitee.com/BytomBlockchain/bytom 本章介绍bytom代码Api Server接口服务 作者使用MacOS操作系统,其他平台也大同小异 阅读全文
posted @ 2018-08-23 11:07 比原链Bytom 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 作者:Derek 简介 Github地址:https://github.com/Bytom/bytom Gitee地址:https://gitee.com/BytomBlockchain/bytom 本章介绍bytom代码Api Server接口服务 作者使用MacOS操作系统,其他平台也大同小异 阅读全文
posted @ 2018-08-23 11:00 比原链Bytom 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 作者:Derek 简介 Github地址:https://github.com/Bytom/bytom Gitee地址:https://gitee.com/BytomBlockchain/bytom 本章介绍bytom代码孤块管理 作者使用MacOS操作系统,其他平台也大同小异 Golang Ver 阅读全文
posted @ 2018-08-23 10:54 比原链Bytom 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 比原项目仓库: Github地址:https://github.com/Bytom/bytom Gitee地址:https://gitee.com/BytomBlockchain/bytom 该部分主要针对用户使用bytom自带的账户模式发送交易 1、构建交易 API接口 build transac 阅读全文
posted @ 2018-08-22 09:46 比原链Bytom 阅读(2185) 评论(0) 推荐(0) 编辑
摘要: 比原项目仓库: Github地址:https://github.com/Bytom/bytom Gitee地址:https://gitee.com/BytomBlockchain/bytom 一、合约简述 equity是bytom的一种智能合约语言,是一门声明性谓词语言。详细说明请参考官方equit 阅读全文
posted @ 2018-08-13 12:14 比原链Bytom 阅读(574) 评论(0) 推荐(0) 编辑
摘要: 用户模型是比原链在最初就需要确定的重要数据结构, 团队的选择还是聚焦在两种典型的模型系统中,Account模型和UTXO模型,和其他大多数区块链设计一样, 选择了模型就决定了协议层的重要实现,两种模型各有利弊,不同区块链针对想聚焦的场景自身会有判断。 UTXO 的起源(来自高明的中本聪) 中本聪对比 阅读全文
posted @ 2018-07-26 15:34 比原链Bytom 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 一、引文 设计Bytom 数据结构,组合了许多技术点,如 patricia tree,utxo, bvm, account model,protobuf,sql,memcache 等。本文会对一些技术点做以下两点分析。 最后介绍综合这些技术点如何实现Bytom。 [patricial tree](h 阅读全文
posted @ 2018-07-26 15:33 比原链Bytom 阅读(856) 评论(0) 推荐(0) 编辑