a_block_chain 1.3.0

A-Block Chain is a distributed blockchain store with a dual double entry (DDE) data structure.
Documentation
1
2
3
4
5
6
7
init:
	@cp .hooks/* .git/hooks
	@chmod +x .git/hooks
	@echo ""
	@echo "Set Git hooks up successfully. You're now ready to code!"
	@echo ""
.PHONY: init