From 66360b95227306027699be0e80826ca7975027a0 Mon Sep 17 00:00:00 2001 From: NateWilliams2 Date: Tue, 26 Mar 2024 10:34:44 -0400 Subject: [PATCH] Add readme.md --- examples/tutorial/readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/tutorial/readme.md diff --git a/examples/tutorial/readme.md b/examples/tutorial/readme.md new file mode 100644 index 00000000..ee550e96 --- /dev/null +++ b/examples/tutorial/readme.md @@ -0,0 +1,16 @@ +Vocdoni SDK Tutorial example +============================== + +This example is a tutorial to guide you through the most basic possible integration of the Vocdoni SDK in a Typescript project. + +It was created to serve as a tutorial for implementing token-based censuses for voting with Vocdoni. The complete tutorial is available [here](https://developer.vocdoni.io/sdk/tutorial). + +To execute this example, use the following steps: + +~~~bash +git clone git@github.com:vocdoni/vocdoni-sdk.git +cd vocdoni-sdk/examples/tutorial +yarn +yarn start +~~~ +