sdk
sdk copied to clipboard
fix: the sdk node example
JIra: LF-8254
WIP To get this working you need to add your private key. You can do this by
- duplicating the
.env-templatefile - renaming it to
.env - replacing the text in quote marks with your private key
I’m current working examples
example/swap.tswhich can be run onyarn example:swapexample/bridge.tswhich can be run onyarn example:bridge
Still to do
- update the other examples
- update the readme