Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanicoladebiasi authored Oct 10, 2024
1 parent 64a625f commit 3a3ab2c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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.

0 comments on commit 3a3ab2c

Please sign in to comment.