In this directory, you can find examples on how to use the BitGoJS SDK with Typescript. These examples use modern Typescript/ES6 syntax with async/await. This is the recommended way to use the BitGoJS SDK for new projects.
In this directory, you can find examples on how to use the BitGoJS SDK with Javascript. These examples use coroutine syntax with yield.