How to run them
The first thing that should be done is to clone or fork the package. For example:
The next step is to modify the node urls or mnemonic or other parameters of the example you want to run. All examples have some definitions of variables before the function main. These should be the ones to modify. For example:
Once the example is set-up as you wish you can run it with the following code:
If the example you want to run is named create-wallet.ts you should execute:
Last updated