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

https://github.com/roziscoding/simple-typescript-blockchain

SImple typescript CLI that mines blocks in a blockchain array
https://github.com/roziscoding/simple-typescript-blockchain

Last synced: about 1 year ago
JSON representation

SImple typescript CLI that mines blocks in a blockchain array

Awesome Lists containing this project

README

          

simple-typescript-blockchain
---

Simple Typescript writen blockchain script.

## Running
- git clone this
- cd simple-typescript-blockchain
- `npm run build`
- `npm link`
- `chain [size]`

## Params
This only takes one param wich is an integer. This integer will be used as the size of the blockchain.

> **Important:** The genesis block will be mined every time. So the final items count in the array will be size + 1