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

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

Awesome Lists containing this project

README

          

# Blockchain

[![Greenkeeper badge](https://badges.greenkeeper.io/shekohex/blockchain.svg)](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