Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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```