KenIjiwoye / adecoin

Simple Blockchain written in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdeCoin

A very simple blockchain implementation in Javascript.

For education purposes only. This is by no means a complete implementation and it is by no means secure!

Features

  • Simple proof-of-work algorithm
  • Verify blockchain (to prevent tampering)
  • Generate wallet (private/public key)
  • Sign transactions

TODO

Will add tests later

About

Simple Blockchain written in Javascript


Languages

Language:JavaScript 100.0%