Skip to content

A toy blockchain based transaction ledger written in Scala using the Actor model for distributed computation.

License

Notifications You must be signed in to change notification settings

YetAnotherCryptoCoin/YACCoin

Repository files navigation

YACCoin

YetAnotherCryptoCoin is a simple bare-bones block-chain based cryptocurrency implementation.

Basic Components

  • A mempool to hold the local copies of unused transactions (the ones not yet included in the blockchain).
  • A transaction entity.
  • A block entity.
  • A transaction verification entity.
  • The blockchain.
  • The miner and transactor.

References

This amazing repository.

About

A toy blockchain based transaction ledger written in Scala using the Actor model for distributed computation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages