From 87fc6198b9c0331335ef3e188ee94946f10c6196 Mon Sep 17 00:00:00 2001 From: InversionSpaces Date: Mon, 16 Oct 2023 12:29:20 +0200 Subject: [PATCH] Update README.md Co-authored-by: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21cf6f9..718d5b4 100644 --- a/README.md +++ b/README.md @@ -717,7 +717,7 @@ In the fRPC substrate implementation, we provide a basic quorum algo that polls ## Summary -fRPC is a design pattern to efficiently mitigate risks inherent in centralized RPC providers for dApps using Fluence's decentralized serverless compute protocol. fRPC Substrate is a basic implementation of the fRPC design pattern that dApp users can use out of the box with no changes to their frontend. Moreover, Fluence is sponsoring hackathons, like EthDenver 2023, for developers to try the substrate and hack on and expand on the control algorithms provided to serve their needs and provide improvements to the community. +fRPC is a design pattern to efficiently mitigate risks inherent in centralized RPC providers for dApps using Fluence's decentralized serverless compute protocol. fRPC Substrate is a basic implementation of the fRPC design pattern that dApp users can use out of the box with no changes to their frontend. Once you tried fRPC, feel free to experiment with the code and let us know about your journey in the [Fluence Discord](https://fluence.chat) developer channel. For support, to discuss your ideas or to schedule presentations of your solutions to the Fluence and fRPC community at large, reach out in [discord]("https://fluence.chat") or [telegram](https://t.me/fluence_project).