https://github.com/adeelibr/learning-blockchain
https://github.com/adeelibr/learning-blockchain
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adeelibr/learning-blockchain
- Owner: adeelibr
- License: mit
- Created: 2021-11-18T23:28:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T22:23:36.000Z (over 4 years ago)
- Last Synced: 2025-01-19T08:26:54.912Z (over 1 year ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 👓 🕶 🥽