The source code of the examples used in Wallet Tutorial.
For each chapter, examples are stored separately as independent code.
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.
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.