tw_chain 1.1.2

AIBlock Chain is a distributed blockchain store with a 2-way entry 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