Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages