https://github.com/shekohex/blockchain
Simple Block Chain Mechanism in Typescript for Learning Purpose
https://github.com/shekohex/blockchain
blockchain learning typescript
Last synced: 9 months ago
JSON representation
Simple Block Chain Mechanism in Typescript for Learning Purpose
- Host: GitHub
- URL: https://github.com/shekohex/blockchain
- Owner: shekohex
- License: mit
- Created: 2017-12-18T20:48:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T18:29:42.000Z (over 3 years ago)
- Last Synced: 2025-05-07T06:46:25.840Z (about 1 year ago)
- Topics: blockchain, learning, typescript
- Language: TypeScript
- Size: 275 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blockchain
[](https://greenkeeper.io/)
Simple Block Chain Mechanism in Typescript for Learning Purpose and to demonstrate the basics of blockchains.
This is by no means a complete implementation and it is by no means secure, it's just for learing the concept of Block Chain
## Prerequisites
Node JS and git installed
### Play With it
clone the repo and run
```bash
npm install
npm run
```
learn more about crepto in nodejs used in this project [here](https://nodejs.org/api/crypto.html#crypto_class_hash)
### Another copy of this Project
- in Dart: [gist](https://gist.github.com/shekohex/3aef759074ad9fcb31fe0f772c8f8fb4)
- in Go: [gist](https://gist.github.com/shekohex/9da2c116ca2a1209c5851f955bd24a6c)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details