An open API service indexing awesome lists of open source software.

https://github.com/adeelibr/learning-blockchain


https://github.com/adeelibr/learning-blockchain

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## Learning blockchain

#### Understanding core concepts of blockchain

- ledger
- pending transaction
- creating a block
- add a transaction(s) in a block
- generating a hash
- generating a proof of work
- create a genesis block in constructor

#### Getting started

- `npm i`
- `npm start`
- Open browser, inspect console to see the transactions/blocks being executed/created

#### Happy coding 👓 🕶 🥽