-
Install Metamask Browser Plugin
-
Install Truffle
npm install -g truffle
-
Install testrpc
npm install -g ethereumjs-testrpc
-
Install punch
Browser-solidity may also be useful for compiling/editing contracts
- Make sure you have permissions on our GCE account on the tinypay project
- Download and Install GCE SDK
gcloud init
, useus-central-1b
when askedgcloud components install kubectl
gcloud container clusters get-credentials tinypay --zone us-central1-b --project tinypay-143322
Now you can use the kubernetes consul:
kubectl proxy
Or you can run deploymnents: (TODO: there is probably a better feature for this)
kubectl delete pod web; kubectl create -f web_pod.yaml