UNPKG

@attestate/crawler

Version:

@attestate/crawler is a tool chain to retrieve on-chain data from Ethereum.

16 lines (12 loc) 287 B
.PHONY: deploy deploy: make html && rsync -avz build/html/ root@65.109.190.148:/var/www/html/crawler .PHONY: html html: sphinx-multiversion source build/html .PHONY: build build: sphinx-build -b html source build .PHONY: serve serve: make build && python3 -m http.server -d build