From 09a4390416aadbe862142de08cd0952a28936175 Mon Sep 17 00:00:00 2001 From: HananINouman <110400366+HananINouman@users.noreply.github.com> Date: Fri, 28 Jul 2023 09:55:00 +0300 Subject: [PATCH] add examples section (#237) * add examples section * update text --- docs/int/quickstart/advanced/quickstart-sdk.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/int/quickstart/advanced/quickstart-sdk.md b/docs/int/quickstart/advanced/quickstart-sdk.md index 8248011373..76afba3c4d 100644 --- a/docs/int/quickstart/advanced/quickstart-sdk.md +++ b/docs/int/quickstart/advanced/quickstart-sdk.md @@ -102,4 +102,8 @@ Reference lock files can be found [here](https://github.com/ObolNetwork/charon/t ## Activate the DVs using the deposit contract -This guide will in future cover activating the deposit data from a lock file. \ No newline at end of file +This guide will in future cover activating the deposit data from a lock file. + +## Usage Examples + +Examples of how our SDK can be used are found [here](https://github.com/ObolNetwork/obol-sdk-examples/tree/Hanan/SDKexamples). \ No newline at end of file