Skip to content

DRI-network/EtherProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EtherProxy

This is a web3 proxy to load ethereum statement

Dev

gcloud container clusters create geth-cluster --disk-size 200 --num-nodes 1 --machine-type n1-standard-2 gcloud compute disks create --size=200GB disk-1

  • 1 . install docker
  • 2 . cd geth/
  • 3 . PROJECT_ID="$(gcloud config get-value project)"
  • 4 . docker build -t gcr.io/${PROJECT_ID}/hello-node:v1 .
  • 5 . gcloud docker -- push gcr.io/${PROJECT_ID}/hello-node:v1 .
  • 5 . kubectl run <cluster-name> --image=gcr.io/${PROJECT_ID}/hello-node:v1 --port 8545

About

This is a web3 proxy to load ethereum statement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages