JS SDK: Use wallet providing password

Hello algoranders, I would like to know how to use a wallet with name X and password Z from the Javascript SDK, just like when you call goal with -w parameter and provide the unlock password.
The JS examples in the SDK require to enter the mnemonic to regenerate the wallet from scratch.

Besides this, is any master SDK API page reference or I shall use the Developer Docs section for each feature ?

Thank you!!!

To access the tokens stored on goal wallets, you need to create a kmd client:

Unfortunately, I don’t think there is a website with full JS documentation, but each function in the JS SDK is documented.

1 Like