A collection of blockchain resources.
Wiki 维护了一个阅读列表: Opinioned Blockchain Reading List, 我会整理一些值得阅读研究的资源,大部分是英文的,欢迎贡献对应的中文资源。
本教程最初是译自 Jeiwan/blockchain_go 的系列文章。随着对区块链认识的不断深入,我也会不断地进行补充和丰富。大家也可以关注我的其他平台账号,我会将一些觉得有内容的文章整理到这里:
因为比较喜欢简书的编辑器,所以可能新文章会先出现在简书,然后“搬运”到其他平台:)。
1FLctnA5iRqba3cuc1xUACuAaAVWKqjUwr
qp2vp4ev0aygatuv4mnxnhc5vevu5susjsj6f8wwp6
0xBE5d431e7D2273340F6e76061C05bb42Bc39103d
Python 版本的 Jeiwan/blockchain_go: blockchain-py
国外大神开发了一个python版本的区块链实验环境,于是想也搭建下看看,github上环境准备介绍的很简单,但实际搭建时坑很多,解决方法记录如下: github地址: https://github.com/adilmoujahid/blockchain-python-tutorial 1. 需要python3.6,这个没啥好说的,但是运行python blockchain.py -p 5000,会
地址 https://github.com/pengjim520golang/blockchain-tutorial 区块链技术学习前言导读 作者:彭劲(Jim.Peng) 时间:2018-10-16 14:18 地点:北京市昌平区 非常开心能来到火链区块链学院为大家分享相关我对区块链技术学习心得的文章。正当我准备这些教材的时候,我感觉非常有必要跟大家谈谈时下中国我们学习区块链的一些教程资料,
0.参考资料 https://github.com/EOSIO/eos/wiki 1. eos的github地址 https://github.com/EOSIO/eos 2.下载eos源码 git clone https://github.com/EOSIO/eos --recursive 3. readme.MD beta测试版本 支持7种os,推荐ubuntu 16.04
1.参考文献 https://github.com/EOSIO/eos/wiki/Tutorial-Hello-World-Contract 注意:编译eos之后,要"cd build; sudo make install",这样后文的编译才不会出现问题,否则会缺失很多头文件 2.启动单节点eos测试网络 ./nodeos -e -p eosio --plugin eosio::wallet_ap
Here we describe the data structures in the Tendermint blockchain and the rules for validating them. Data Structures The Tendermint blockchains consists of a short list of basic data types: Block Head
A simple implementation of blockchain This project aims to create a simple implementation of blockchain concept and demostrate it in a user friendly way. Design Concept This project consists of two ma
The Blockchain Reactor's high level responsibility is to enable peers who are far behind the current state of the consensus to quickly catch up by downloading many blocks in parallel, verifying their
Truffle 是以太坊的开发环境,测试框架和资产管道,可以让以太坊开发人员开发更轻松。 特性 内置智能合约编译、链接、部署和二进制管理 使用Mocha和Chai进行自动合同测试 可配置的构建管道,支持自定义构建过程 可编写脚本的部署和迁移框架 用于部署到许多公共和专用网络的网络管理 交互式控制台,用于直接合同通 在开发过程中即时重建资产 在Truffle环境中执行脚本的外部脚本运行器 安装 $
Stacks 2.0 Reference implementation of the Stacks blockchain in Rust. Stacks 2.0 is a layer-1 blockchain that connects to Bitcoin for security and enables decentralized apps and predictable smart cont
中文说明 Blockchain-python A blockchain implementation in Python only for study. The Blockchain-python implements simple blockchain and transactions. Currently, the implementation already has mining, tran