You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple blockchain that doesn't use proof-of-work for adding transactions (therefore it is vulnerable to Sybil attack). Transactions (blocks) are generated using cryptographic hash algorithm: SHA-256.
Running tests
make test
About
A simple blockchain that doesn't use proof-of-work