Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.55 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.55 KB

ToyChain JS

JavaScript Style Guide Dependencies Build Status

What is ToyChain?

ToyChain is a simple (toy) implementation of a blockchain. The main purpose of the implementation is to provide a simple code foundation using which people can build their understanding of what is a blockchain.

We will build a functional system that addresses a real world problem, but the focus of the implementation is not to build a product. Rather the problem is used as a tool to ensure that we provide a complete, cohesive and pluggable blockchain solution.

ToyChain JS is an ES6 implementation of the ToyChain Spec

Installation

  1. git clone https://github.com/big-org/toychainjs.git toychainjs
  2. cd toychainjs
  3. npm install
  4. gulp test optional

Wiki

There is a central repository where we document the details. ToyChain Wiki

Tests

You can watch for it by running gulp (If you are in dev mode.). Or if you want a one time test you can do gulp test.

Misc

  1. Development Meetups