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
- Host: GitHub
- URL: https://github.com/rootmos/git-audit
- Owner: rootmos
- Created: 2019-10-11T07:57:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T18:00:45.000Z (over 1 year ago)
- Last Synced: 2025-01-26T16:13:05.215Z (4 months ago)
- Topics: audit, audit-trail, blockchain, ethereum, git, side-chain
- Language: Rust
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-audit
[](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-chainUSAGE:
git-audit [OPTIONS] [SUBCOMMAND]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-g, --global-config
-r, --repositorySUBCOMMANDS:
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
```