https://github.com/mannuelf/create-blockchain-in-javascript
Just for fun to learn how the blockchain works. You can watch it here and learn too: https://youtu.be/zVqczFZr124
https://github.com/mannuelf/create-blockchain-in-javascript
Last synced: 3 months ago
JSON representation
Just for fun to learn how the blockchain works. You can watch it here and learn too: https://youtu.be/zVqczFZr124
- Host: GitHub
- URL: https://github.com/mannuelf/create-blockchain-in-javascript
- Owner: mannuelf
- Created: 2017-12-30T00:06:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T01:12:45.000Z (about 8 years ago)
- Last Synced: 2025-03-12T11:32:16.732Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create blockchain in JavaScript
Just for fun to learn how the block chain works in code. Thanks to [Savjee](https://youtu.be/zVqczFZr124) for this example.
```bash
$ yarn install
```