This repository contains the Blockchain coin microservice in the FIWOO platform
480
This repository contains the token for the FIWOO platform.
flask requests wasp-eureka web3 python-jose to install dependences.In order to deploy this microservice using Docker, follow these steps:
Download the docker image from Docker Hub
`docker pull fiwoo/blockchain-coin`
Run the image. Take into account that the microservice is started on port 5001,
`sudo docker run --name blockchain-coin -p 23000:23000 -e "V1=<EUREKA_HOST>" -e "V2=<EUREKA_PORT>" -e "V3=<contract_address>" -e "V4=<node_ip>" fiwoo/blockchain-coin`
Content type
Image
Digest
Size
363.4 MB
Last updated
over 8 years ago
docker pull fiwoo/blockchain-coin