Sign inSign up

thbono/eth-netapi

By thbono

Updated about 7 years ago

Ethereum monitoring API.

Image
0

218

thbono/eth-netapi repository overview

Docker Compose example:

eth-netstatus:
    image: "thbono/eth-netstatus"
    ports:
      - "3000:3000"
    environment:
      PORT: 3000
      WS_SECRET: mysecret

eth-netapi:
    image: "thbono/eth-netapi"
    environment:
      RPC_HOST: geth
      RPC_PORT: 8545
      INSTANCE_NAME: MyNode
      WS_SERVER: http://eth-netstatus:3000
      WS_SECRET: mysecret

Enjoy it!

Tag summary

Content type

Image

Digest

Size

23.5 MB

Last updated

about 7 years ago

docker pull thbono/eth-netapi