stromdao-businessobject
Version:
Abstract BusinessObject for StromDAO Energy Blockchain. Abstraction layer between blockchain technology and business logic providing energy market related entities and use cases.
18 lines (10 loc) • 328 B
Plain Text
#
# StromDAO Business Object - Decentralized Apps
# Deployment via Makefile to automate general Quick Forward
#
PROJECT = "StromDAO Business Object"
all: commit origin publish
commit: ;browserify browser_loader.js > dist/loader.js && git commit -a ;
test: ;npm test;
origin: ;git push origin;
publish: ;npm publish;