Skip to content

cs14069/Tofucoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tofucoin

最近はやりのブロックチェーンを使った、仮想通貨のプログラムです。よくあるPublic型とPrivate型のハイブリッド型です。 Blockchain application. Hybrid type of public and private blockchain.

What's difference this and Bitcoin or other cryptocurrency?

Public型とPrivate型の両方の利点を活かしている点が、Bitcoinや他の仮想通貨と異なります。 P2PネットワークをBackendとFrontendに分けることで、ブロックの検証と保存をPrivate型のように行い、マイニングをPublic型のように行うことができます。

この新タイプをSeparated型と呼んでいます。

Demo

デモは現在非公開です。

Requirement

Javaがあれば実行できます。Java8で開発・テストを行っています。

Install

$ cd src/

$ make

Run

Backendサーバを実行する場合

$ sh backendRun.sh

Frontendサーバを実行する場合

$ sh frontendRun.sh

Licence

READ LICENSE

Author

eom-moe

About

Blockchain system smartphone can mine and that is robust written in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages