Skip to content

ttkmw/engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

it-chain Build Status License Language Coverage Status

it-chain simulate video

it-chain

click image to watch video

An Ongoing Event

Overview

Lightweight Customizable Chain For All

The it-chain is an easily modifiable block chain that can fit into any domain. To make it easier to customize, we have divided the it-chain into several independent components and minimized dependencies between them.

The development is not completed yet. The beta version will be released in August.

Architecture of it-chain

The it-chain is implemented as six independently operating core components(txpool, Consensus, Blockchain, Peer, Authentication, iCode), each communicating via the Asynchronous Message Queue Protocol (AMQP). AMQP is an event bus connector that generates and distributes events for internal core components according to external messages coming into the gateway, and each core component receives and operates events that it has already registered.

A more detailed explanation is given below.

Tutorial

How to install it-chain and run simple icode(smartContract) can be found in the tutorial docs.

Requirements

  • Go-lang >= 1.9
  • Docker >= 17.12.0
  • Rabbitmq >= 3.7.7

Implementation Details

Core implementation decisions can be found in the Project Implementation Details.
PROJECT IMPLEMENTATION DETAILS

Contribution

Contribution Guide
CONTRIBUTION

Contact

Slack URL : https://it-chain-opensource.slack.com/

License

It-Chain Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file.

Open source license in use LICENSES

Designed by

@Hyemin choi
@Jieun Oh
@Jongmo Moon

Sponsorship

bigpicturelabs inc.

About

Lightweight & Customizable Block Chain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.6%
  • Other 1.4%