Sign inSign up

fiwoo/blockchain-coin

By fiwoo

Updated over 8 years ago

This repository contains the Blockchain coin microservice in the FIWOO platform

Image
0

480

fiwoo/blockchain-coin repository overview

blockchain-coin

This repository contains the token for the FIWOO platform.

Getting Started

Prerequisites
  • Git
  • Python Python >= 3.2
  • The contract must be already deployed in the blockchain
Developing
  • Run flask requests wasp-eureka web3 python-jose to install dependences.

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-coin`
    
  2. 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`
    

Tag summary

Content type

Image

Digest

Size

363.4 MB

Last updated

over 8 years ago

docker pull fiwoo/blockchain-coin