From fe00a6018340735e7c42b884ae06e2035e731ca7 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:26:54 -0700 Subject: [PATCH] Update README.md --- app/sdk/README.md | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/app/sdk/README.md b/app/sdk/README.md index c5438f00..895bb329 100644 --- a/app/sdk/README.md +++ b/app/sdk/README.md @@ -1,4 +1,4 @@ -!!! still a work in progress !!! +d!!! still a work in progress !!! DatabagClientSDK provides a typescript interface for communication over the decentralized databag network. The SDK has minimal dependencies and contains reference applications for react-js, react-native, and node. @@ -9,10 +9,12 @@ The API is provided through a set of interfaces; each interface groups methods b
The SDK must first be allocated
+
@@ -20,6 +22,8 @@ The crypto and log params are provided by implementing the [Crypto](https://gith
Account communcation is provided through the Session interface
+
- +
@@ -63,21 +67,25 @@ Browser apps typically the online store where minimal session data is saved. The
Admin communcation is provided through the Node interface
+
-
Bot communication is provided through the Bot interface
- +
@@ -87,7 +95,9 @@ Automate allocates the Bot interface for ia specific communication channel
Session provides the core functionality and provides access to all user interface modules
- + + +
@@ -137,7 +149,9 @@ Automate allocates the Bot interface for ia specific communication channel
Settings interface module manages the account access settings
- + +
@@ -202,6 +218,8 @@ Automate allocates the Bot interface for ia specific communication channel
Identity interface module manages the account profile
+