Skip to content

poshboytl/nevermore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nevermore

Social credit information system based on blockchain.

Description

We want to build a system for consortium of credit institutions to share credit information securely and efficiently.

For more:

Features

  • Only meta data on chain, details controlled by consortium member
  • Credit data is guranteed to be provider's own data
  • Pay to query
  • Credit investigator pays provider for each data item
  • Credit investigator must become consortium member and share data before query
  • Auditing system ensures information authenticity
  • Economic incentivization for good behave

POC Design

  • Storage layer - Shared database on hydrachain, a private blockchain with Ethereum comptabile smart contract.
  • Data layer - Javascripts, communication channel between storage and domain.
  • Domain layer - Javascripts, application logic.
  • Presentation layer - Build with Angular.

Development Setup

In project root:

cd ./hydrachain
./import_keys.sh # import accounts for development and testing
./start_cluster.sh # start hydrachain nodes
cd ..

truffle deploy
truffle serve

About

Social credit information system based on blockchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.1%
  • CSS 21.8%
  • HTML 3.9%
  • Shell 0.2%