All Projects → MustWin → tinypay

MustWin / tinypay

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Makefile
30231 projects
Nginx
273 projects
shell
77523 projects

Micropay

Required reading

Dev environment

  1. Install Metamask Browser Plugin

  2. Install Truffle npm install -g truffle

  3. Install testrpc npm install -g ethereumjs-testrpc

  4. Install punch

Browser-solidity may also be useful for compiling/editing contracts

Deployment on Google Container Engine

  1. Make sure you have permissions on our GCE account on the tinypay project
  2. Download and Install GCE SDK
  3. gcloud init, use us-central-1b when asked
  4. gcloud components install kubectl
  5. 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].