Aaryan0404 / marabu

we built a blockchain from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marabu

a fully functional blockchain protocol in TypeScript from scratch that includes gossipping objects between nodes, signing and verifying transactions and blocks, storing the shared chain following the Longest Chain Rule, handling coinbase transactions, mining new blocks on chain, and storing mempool data. The nodes can be connected to with TCP/IP, and our protocol is an Unspent Transaction Output (UTXO) model, like Bitcoin and Litecoin.

About

we built a blockchain from scratch


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%