Skip to content

Commit

Permalink
verifcation of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Gregoire committed Feb 13, 2024
1 parent 837fb11 commit b39f567
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion examples/SDK_Usage_Examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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`
Expand All @@ -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`
Expand All @@ -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`
Expand All @@ -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`
Expand All @@ -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).
Expand Down

0 comments on commit b39f567

Please sign in to comment.