Skip to content

big-org/toychainjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JavaScript port of ToyChain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published