-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64a625f
commit 3a3ab2c
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
# The VeChain SDK JS Tutorial | ||
|
||
_This tutorial is a work in progress._ | ||
|
||
The goal of the tuturial is to teach how to develop a 'dapp' bases on Thor using the VeChain SDK for JS. | ||
|
||
The [src](src) directory provides a list of exercises with their solutions. | ||
|
||
[Exercise 1](src/Exercise1.ts): Hello World! | ||
|
||
The exercises have explanatings between `/* remarks */` then a number of ` // STEP <n>: ` ask and suggest what to do. | ||
Below each step, a proposed solutions is marked out as `//` remarks, if you wish remove the remarks and poke the code to play. |