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

https://github.com/rootmos/git-audit

Manages an audit trail for a Git repository by considering it as an Ethereum side-chain
https://github.com/rootmos/git-audit

audit audit-trail blockchain ethereum git side-chain

Last synced: 3 months ago
JSON representation

Manages an audit trail for a Git repository by considering it as an Ethereum side-chain

Awesome Lists containing this project

README

        

# git-audit

[![Build Status](https://travis-ci.org/rootmos/git-audit.svg?branch=master)](https://travis-ci.org/rootmos/git-audit)

```
git-audit 0.1.0
Gustav Behm
Manages an audit trail for a Git repository by considering it as an Ethereum side-chain

USAGE:
git-audit [OPTIONS] [SUBCOMMAND]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-g, --global-config
-r, --repository

SUBCOMMANDS:
anchor Anchors a commit in the audit trail
help Prints this message or the help of the given subcommand(s)
init Deploys a Ethereum smart contract to collect the audit trail
validate Validates the audit trail
```