From bf8b8e0475d1b7bd27d319db642af169acbae81a Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Fri, 14 Jan 2022 00:30:29 +0530 Subject: [PATCH] 1.0.3 Added README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e07084c --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# 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 run + +``` +sudo docker build . +``` \ No newline at end of file