From b39f56775b7e9c42104d865ef9c1412b69743e93 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 13 Feb 2024 18:51:27 -0500 Subject: [PATCH] verifcation of examples --- examples/SDK_Usage_Examples/README.md | 32 ++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/examples/SDK_Usage_Examples/README.md b/examples/SDK_Usage_Examples/README.md index 9e29338..4c786f7 100644 --- a/examples/SDK_Usage_Examples/README.md +++ b/examples/SDK_Usage_Examples/README.md @@ -36,7 +36,12 @@ Lite identities serve as the entry point into the Accumulate network, offering a - Acquiring and transferring ACME tokens - Adding credits to Lite Token Accounts -### 2. **ADI Identity and Key Management** +To run Lite Identities and Accounts examples +```bash +dart run SDK_Examples_file_1_lite_identities.dart +``` + +### 2. **ADI Identity** **File**: `SDK_Examples_file_2_Accumulate_Identities_(ADI).dart` @@ -47,6 +52,11 @@ Accumulate Digital Identifiers (ADIs) are versatile and dynamic, allowing compre - Management of key books and key pages - Adding credits to key pages +To run ADI Identity examples +```bash +dart run SDK_Examples_file_2_Accumulate_Identities_(ADI).dart +``` + ### 3. **ADI Token Accounts** **File**: `SDK_Examples_file_3_ADI_Token_Accounts.dart` @@ -57,6 +67,11 @@ ADI Token Accounts are human-readable and controlled by an ADI's key book, facil - Creation and management of ADI Token Accounts - Transactions between ADI Token Accounts and Lite Token Accounts +To run ADI Token Accounts +```bash +dart run SDK_Examples_file_3_ADI_Token_Accounts.dart +``` + ### 4. **ADI Data Accounts** **File**: `SDK_Examples_file_4_Data_Accounts_and_Entries.dart` @@ -67,6 +82,11 @@ Accumulate's unique data account features enable easy data entry into the blockc - Creation of ADI Data Accounts - Data entry management within Data Accounts +To run Data and Lite Data Account Examples +```bash +dart run SDK_Examples_file_4_Data_Accounts_and_Entries.dart +``` + ### 5. **Custom Tokens** **File**: `SDK_Examples_file_5_Custom_Tokens.dart` @@ -77,6 +97,11 @@ Creating, issuing, and transferring custom tokens is simplified with Accumulate, - Custom token creation under an ADI - Account management and token issuance +To run Custom Tokens Examples +```bash +dart run SDK_Examples_file_5_Custom_Tokens.dart +``` + ### 6. **Key Management** **File**: `SDK_Examples_file_6_Key_Management.dart` @@ -87,6 +112,11 @@ This example demonstrates key management functionalities essential for security - Creation and management of Key Books and Key Pages - Addition and updating of keys for enhanced security +To run ADI Key Management Examples +```bash +dart run SDK_Examples_file_6_Key_Management.dart +``` + ## 🤝 Support For support or further clarification, consult the [Accumulate official documentation](https://docs.accumulatenetwork.io/) or join the Accumulate community on [Discord](https://discord.gg/2kBcaxrB).