From 863e4f465df904f7fff2039a21af87891a31bbd9 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Tue, 23 Jun 2020 20:36:11 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7237dc1..7485c5c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Standard_Operations +# FLO Standard Operations RanchiMall is releasing FLO Standard Operations in order to make it easier for everyone in community to access common functions that any developer would need in a standardized way for JavaScript based development around FLO Blockchain ecosystem. The methods enable developers to read and write into FLO Blockchain directly without any wallet or Chrome extension dependencies. They also enable developers to create digital signatures for any message out of any FLO ID, and functions verify them as well. In additional, standard methods are being provided for data encryption using recipient FLO ID and private key splitting using Shamir Secret Sharing algorithm.