Go to file
2022-06-11 15:42:31 +05:30
.idea Create .name 2022-03-06 14:19:51 +05:30
.gitignore Added Virtual Environment to flo-token-tracking and flo-api 2022-01-19 16:20:12 +05:30
Dockerfile FLOSCOUT binary issue fixed, All changes in readme are made 2022-06-11 15:37:26 +05:30
example FLOSCOUT binary issue fixed, All changes in readme are made 2022-06-11 15:37:26 +05:30
index.html Made changes for usinf different ports 2022-06-09 03:02:27 +05:30
mongoose.sh made it executable 2022-05-18 23:14:33 +05:30
README.md All changes in readme are made 2022-06-11 15:42:31 +05:30
run.sh changed the command 2022-05-18 23:16:58 +05:30

FLO Token-Smart Contract System Docker

Docker resources to build components required for FLO Token-Smart Contract system, all at one place!

Why do I need this?

FLO Token-Smart Contract system consists of three apps working together

  • FLO Token & Smart Contract tracking scripts (Python)
  • RanchiMall FLO API (Python-Flask)
  • Floscout Token & Smart Contract explorer (JavaScript)

RanchiMall wants to made things easy for you by packing all the three systems together, so you can get started using out system for your Dapps :)

How do I use this?

Clone the repository and build the docker image by the following command

sudo docker build .

Run the docker container with exposing all the port and mounting the volume

docker run -d -p 6012:6012 -p 4256:6200 <IMAGE-ID>

To Check if FLO-API is running

http://0.0.0.0:5009/api/v1.0/getSystemData

To Check if FLOSCOUT is running

http://0.0.0.0:4256