Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cooptocracy/tiny-blockchain

The objective of this repository is to bring you the basic implementation of `Blockchain` in various languages.
https://github.com/cooptocracy/tiny-blockchain

blockchain blockchain-technology c cpp csharp dlt fsharp go golang java js python ruby rust ts

Last synced: about 1 month ago
JSON representation

The objective of this repository is to bring you the basic implementation of `Blockchain` in various languages.

Awesome Lists containing this project

README

        

# tiny-blockchain

### To Build the C implementation

`git clone https://github.com/Cooptocracy/tiny-blockchain`

`cd tiny-blockchain/C`

`make && ./client.out`

### To Build the TS implementation

`git clone https://github.com/Cooptocracy/tiny-blockchain`

`cd tiny-blockchain/TS`

`npm install`

`npm start`

`tsc main.ts`

`node main.js`