Sign inSign up

fiwoo/blockchain-management

By fiwoo

Updated over 8 years ago

This repository contains the Blockchain node management microservice in the FIWOO platform

Image
0

406

fiwoo/blockchain-management repository overview

blockchain-management

This repository contains the Blockchain node management microservice in the FIWOO platform

Getting Started

Deployment with Docker

In order to deploy this microservice using Docker, follow these steps:

  1. Download the docker image from Docker Hub

     `docker pull fiwoo/blockchain-management`
    
  2. Run the image. Take into account that the microservice is started on port 5001,

     `docker run -e "Var1=<hexkey>" -e Var2="<enode>" -p 22000:22000 -p 50401:50401 -p 21000:21000 -p 9000:9000 --name quorum fiwoo/blockchain-management`
    

Tag summary

Content type

Image

Digest

Size

392.4 MB

Last updated

over 8 years ago

docker pull fiwoo/blockchain-management