Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claymcleod/chain
Proof of concept blockchain written in C99.
https://github.com/claymcleod/chain
Last synced: about 4 hours ago
JSON representation
Proof of concept blockchain written in C99.
- Host: GitHub
- URL: https://github.com/claymcleod/chain
- Owner: claymcleod
- Created: 2018-01-07T06:48:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T08:00:37.000Z (about 7 years ago)
- Last Synced: 2024-12-21T16:24:06.362Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chain
=====Chain is a blockchain prototype written in C99 that I wrote in my spare time. No guarantees about security or completeness.
Building
--------* **Install dependencies**: `./script/install-deps.sh`
* **Compile source**: `./script/compile.sh`Usage
-----For the latest usage, run the following command. Many commands require you to be running a redis server on the standard port!
```./bin/cht -h```