Go to file
Divyansh Bhardwaj 10425c51fc trying on aws
2022-05-23 22:43:26 +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 trying on aws 2022-05-23 22:43:26 +05:30
example mongoose server setup comeplete and added the command into supervisor 2022-05-17 15:50:40 +05:30
mongoose.sh made it executable 2022-05-18 23:14:33 +05:30
README.md added volumes and scripts to automate it 2022-05-01 20:20:43 +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 then crete a docker volume

docker volume inspect ranchimall-flo-volume

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 5009:5009 6200:6200 -v ranchimall-flo-volume 147fcf811419