Skip to content

jasonsenssylvain/blockchain_js

Repository files navigation

blockchain_js

a simple js program to explain how blockchain works

basic introduction

this tiny blockchain project is built using JavaScript, inspired by Building Blockchain in Go. Translate it to JavaScript version and translate these articles to Chinese.

Why use es6

JavaScript is basically a language any programmer can understand. Es6 can help programmer jump out of callback hell. For me it's a big step for JavaScript.

Environment

  • node 7.0 or above

How to run

Chinese 中文

基本介绍

这个项目是js来实现一个区块链系统。受Building Blockchain in Go 该文章启发,同时,将该作者的文章翻译并且加入自己的js代码重新编排。感谢该作者。

说明

该项目使用的是es6的语法,考虑到js应该是最容易看懂的语言,以及es6目前发展状况非常良好。因此,采用es6的语法来编写该项目。

环境 environment

  • node 7.0 以上版本

运行

About

a simple js program to explain how blockchain works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published