Skip to content

I studied system failures and concurrency control. Then I implemented a simple bank transfer system using hyperledger fabric.

Notifications You must be signed in to change notification settings

itemgiver/Blockchain-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Blockchain-Study

About

I studied what problems can occur in a single machine and a distributed system when there are large-scale transactions. Also, I learned how to solve these problems theoretically.

System Failures - Undo / Redo logging, Checkpointing
Concurrency Control - Locking System (shared lock, exclusive lock, update lock), Timestamps, Validation

Lastly, I implemented a blockchain toy project and a simple hyperledger fabric code with Go after understanding their basic concepts. I coded a simple bank transfer system using a hyperledger fabric.

Project Summary

image

References

http://infolab.kaist.ac.kr/

About

I studied system failures and concurrency control. Then I implemented a simple bank transfer system using hyperledger fabric.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published