The source code of the examples used in Wallet Tutorial.
How to use
For each chapter, examples are stored separately as independent code.
JavaScript / Typescript
Each code file's content in the Chapter folders can be copied into index.ts and run immediately by substituting the desired values in the fields where indicated.
IMPORTANT: Do not forget about npm install command before starting.
Golang
Each code file's content in the Chapter folders can be copied into main.go and run immediately by substituting the desired values in the fields where indicated.
IMPORTANT: Do not forget about go get command before starting.