Skip to content

Commit

Permalink
feat: add a stub for decentralised web (dweb)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Aug 26, 2020
1 parent 3365e64 commit d81b1f2
Show file tree
Hide file tree
Showing 22 changed files with 113 additions and 900 deletions.
17 changes: 1 addition & 16 deletions packages/cosmic-swingset/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ scenario3-run:
cd t3 && ../bin/ag-solo start

docker-pull:
for f in '' -pserver -setup -setup-solo -solo; do \
for f in '' -setup -solo; do \
docker pull $(REPOSITORY)$$f:latest || exit $$?; \
done

Expand Down Expand Up @@ -191,21 +191,6 @@ set-local-gci-ingress:
../../bin/ag-solo set-gci-ingress --chainID=$(CHAIN_ID) $$gci $$rpcport); \
done

install-pserver:
python3 -mvenv ve3
ve3/bin/pip install -U setuptools wheel
ve3/bin/pip install --editable ./provisioning-server

run-pserver:
ve3/bin/ag-pserver --listen tcp:8001 --controller tcp:localhost:8002

install-setup-client:
python3 -mvenv ve3-client
ve3-client/bin/pip install -U setuptools wheel
ve3-client/bin/pip install --editable ./setup-solo
run-setup-client:
ve3-client/bin/ag-setup-solo

###############################################################################
### Protobuf ###
###############################################################################
Expand Down
16 changes: 0 additions & 16 deletions packages/cosmic-swingset/docker/ag-pserver

This file was deleted.

3 changes: 0 additions & 3 deletions packages/cosmic-swingset/provisioning-server/.dockerignore

This file was deleted.

18 changes: 0 additions & 18 deletions packages/cosmic-swingset/provisioning-server/Dockerfile

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions packages/cosmic-swingset/provisioning-server/setup.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d81b1f2

Please sign in to comment.