Skip to content

Commit

Permalink
Add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWilliams2 authored and marcvelmer committed Apr 11, 2024
1 parent bf28fda commit 66360b9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/tutorial/readme.md
Original file line number Diff line number Diff line change
@@ -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 [email protected]:vocdoni/vocdoni-sdk.git
cd vocdoni-sdk/examples/tutorial
yarn
yarn start
~~~

0 comments on commit 66360b9

Please sign in to comment.