From 651e550d86710e9adb2a18388fd531212be73914 Mon Sep 17 00:00:00 2001 From: eNDdy Date: Thu, 10 Oct 2024 12:50:26 -0700 Subject: [PATCH] changes --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d5debb7c..b6e1f1be 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ # 📗 Table of Contents - [📖 About the Project](#about-project) -- [🔍 Arch Map](#-arch-maps) -- [🛠 Built With](#-built-with) +- [🔍 Architecture Map](#-arch-maps) - [Tech Stack](#tech-stack) - [🚀 Live OpenAPI Docs](#-live-docs) - [💻 Getting Started](#-getting-started) @@ -22,11 +21,13 @@ # 📖 Gateway Services -Gateway is a collection of services that helps make interacting with Frequency as easy as working with any Web2 API! +Gateway is a suite of services designed to simplify interactions with the Frequency blockchain, making it as easy as working with any Web2 API. Each service can be used independently to suit your specific needs. + +For a template to help you start building your own project using these services, check out the Social App Template [here](https://github.com/ProjectLibertyLabs/social-app-template). -## 🔭 Arch Maps +## 🔭 Architecture Maps ### Overview Gateway Services @@ -53,17 +54,14 @@ flowchart LR; GS --> F CPS --> F CWS --> F - RS --> F ```

(back to top)

-## 🛠 Built With +### Microservices Each Gateway service is an independent microservice. -### Tech Stack -
Account Service