Skip to content

krishnaprasadmg/security-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bigchain DB

  • Uses blockchain consensus concept in to DB

  • Two layer of consensus

    1. Fault torelant DB cluster as core
    2. Big chain DB (which uses it) adds blockchain consensus like double spending avoidance..
  • Bigchain DB = traditional DBMS + blockchain features

  • IPDB Foundation & IPDB offers serverless Big chain as a service: https://ipdb.io/

Security-chain app

WIP loan securitization on blockchain (bigchain DB)

Setup

# docker-compose up -d
# go run app/main.go

Status

It can create transactions

BUT

Almost nothing works other than creating transactions because of the buggy 0.9 version of bitchain DB & the go client library supports only <= 0.9, so if we need to use latest versions the library needs fix.

Submission page

Form

Created

Created

:D

About

Experimental blockchain app to securitize stuff

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published