Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cooptocracy/tiny-blockchain
- Owner: Cooptocracy
- Created: 2020-07-23T15:21:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T18:23:41.000Z (over 3 years ago)
- Last Synced: 2024-06-22T08:31:37.099Z (8 months ago)
- Topics: blockchain, blockchain-technology, c, cpp, csharp, dlt, fsharp, go, golang, java, js, python, ruby, rust, ts
- Language: F#
- Homepage:
- Size: 145 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`